Changeset 6758
- Timestamp:
- 01/30/2013 07:50:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-loader.php
r6653 r6758 472 472 } 473 473 474 // If the user is a group mod or more, then show the group admin nav item475 if ( bp_is_item_admin() || bp_is_item_mod()) {474 // If the user is a group admin, then show the group admin nav item 475 if ( bp_is_item_admin() ) { 476 476 $sub_nav[] = array( 477 477 'name' => __( 'Admin', 'buddypress' ),
Note: See TracChangeset
for help on using the changeset viewer.