Changeset 5829 for trunk/bp-members/bp-members-actions.php
- Timestamp:
- 02/23/2012 06:18:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-actions.php
r5803 r5829 56 56 } 57 57 } 58 add_action( 'bp_actions', 'bp_core_action_set_spammer_status' ); 58 // Unhooked in BuddyPress (1.6) - moved to settings 59 //add_action( 'bp_actions', 'bp_core_action_set_spammer_status' ); 59 60 60 61 /** … … 91 92 } 92 93 } 93 add_action( 'bp_actions', 'bp_core_action_delete_user' ); 94 // Unhooked in BuddyPress (1.6) - moved to settings 95 //add_action( 'bp_actions', 'bp_core_action_delete_user' ); 94 96 95 97 /**
Note: See TracChangeset
for help on using the changeset viewer.