Changeset 4961 for trunk/bp-xprofile/bp-xprofile-actions.php
- Timestamp:
- 08/10/2011 06:32:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-actions.php
r4840 r4961 23 23 function xprofile_action_delete_avatar() { 24 24 global $bp; 25 25 26 26 if ( !bp_is_current_component( 'profile' ) || !bp_is_current_action( 'change-avatar' ) || !bp_is_action_variable( 'delete-avatar', 0 ) ) 27 27 return false;
Note: See TracChangeset
for help on using the changeset viewer.