- Timestamp:
- 05/02/2018 04:46:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/template-tags.php
r12037 r12039 1594 1594 } 1595 1595 1596 if ( bp_is_group() && 'send-invites' === bp_current_action() ) {1596 if ( ( bp_is_group() && 'send-invites' === bp_current_action() ) || ( bp_is_group_create() && 'group-invites' === bp_get_groups_current_create_step() ) ) { 1597 1597 $classes[] = 'bp-invites-nav'; 1598 1598 }
Note: See TracChangeset
for help on using the changeset viewer.