Changeset 7562 for trunk/bp-settings/bp-settings-actions.php
- Timestamp:
- 11/12/2013 03:14:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-actions.php
r7228 r7562 279 279 } 280 280 281 // Only super admins can currently spam users (but they can't spam 282 // themselves) 283 if ( ! is_super_admin() || bp_is_my_profile() ) { 284 return; 285 } 286 281 287 // Nonce check 282 288 check_admin_referer( 'capabilities' );
Note: See TracChangeset
for help on using the changeset viewer.