Changeset 5329 for trunk/bp-groups/bp-groups-adminbar.php
- Timestamp:
- 11/14/2011 05:19:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-adminbar.php
r5213 r5329 28 28 29 29 // Only show this menu to group admins and super admins 30 if ( ! is_super_admin() && !bp_group_is_admin() )30 if ( !bp_current_user_can( 'bp_moderate' ) && !bp_group_is_admin() ) 31 31 return false; 32 32
Note: See TracChangeset
for help on using the changeset viewer.