- Timestamp:
- 11/25/2021 12:30:33 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/classes.php
r13094 r13156 260 260 'position' => 10, 261 261 ), 262 'invites' => array(263 'name' => _x( 'Invite', 'My Group screen nav', 'buddypress' ),264 'slug' => 'send-invites',265 'parent_slug' => $this->group->slug,266 'position' => 70,267 ),268 262 'manage' => array( 269 263 'name' => _x( 'Manage', 'My Group screen nav', 'buddypress' ), … … 273 267 ), 274 268 ); 269 270 if ( bp_is_active( 'groups', 'invitations' ) ) { 271 $nav_items['invites'] = array( 272 'name' => _x( 'Invite', 'My Group screen nav', 'buddypress' ), 273 'slug' => 'send-invites', 274 'parent_slug' => $this->group->slug, 275 'position' => 70, 276 ); 277 } 275 278 276 279 // Make sure only global front.php will be checked.
Note: See TracChangeset
for help on using the changeset viewer.