Changeset 5330 for trunk/bp-activity/bp-activity-admin.php
- Timestamp:
- 11/14/2011 05:27:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-admin.php
r5325 r5330 29 29 global $bp; 30 30 31 if ( ! $bp->loggedin_user->is_super_admin)31 if ( !bp_current_user_can( 'bp_moderate' ) ) 32 32 return; 33 33
Note: See TracChangeset
for help on using the changeset viewer.