Changeset 5301 for trunk/bp-xprofile/bp-xprofile-actions.php
- Timestamp:
- 11/08/2011 01:14:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-actions.php
r5072 r5301 33 33 return false; 34 34 35 if ( bp_core_delete_existing_avatar( array( 'item_id' => $bp->displayed_user->id) ) )35 if ( bp_core_delete_existing_avatar( array( 'item_id' => bp_displayed_user_id() ) ) ) 36 36 bp_core_add_message( __( 'Your avatar was deleted successfully!', 'buddypress' ) ); 37 37 else
Note: See TracChangeset
for help on using the changeset viewer.