Changeset 12018
- Timestamp:
- 04/30/2018 11:42:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/functions.php
r12017 r12018 115 115 'members' => array( 'id' => 'members', 'caption' => __( 'All Members', 'buddypress' ), 'order' => 5 ), 116 116 'invited' => array( 'id' => 'invited', 'caption' => __( 'Pending Invites', 'buddypress' ), 'order' => 90, 'hide' => (int) ! $show_pending ), 117 'invites' => array( 'id' => 'invites', 'caption' => __( 'Send invites', 'buddypress' ), 'order' => 100, 'hide' => 1 ),117 'invites' => array( 'id' => 'invites', 'caption' => __( 'Send Invites', 'buddypress' ), 'order' => 100, 'hide' => 1 ), 118 118 ); 119 119 120 120 if ( bp_is_active( 'friends' ) ) { 121 $invites_nav['friends'] = array( 'id' => 'friends', 'caption' => __( 'My friends', 'buddypress' ), 'order' => 0 );121 $invites_nav['friends'] = array( 'id' => 'friends', 'caption' => __( 'My Friends', 'buddypress' ), 'order' => 0 ); 122 122 123 123 if ( true === bp_nouveau_groups_disallow_all_members_invites() ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)