Changeset 11145 for trunk/src/bp-core/bp-core-template.php
- Timestamp:
- 09/21/2016 10:53:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template.php
r11048 r11145 2687 2687 */ 2688 2688 function bp_is_groups_directory() { 2689 if ( bp_is_groups_component() && ! bp_ current_action() && ! bp_current_item() ) {2689 if ( bp_is_groups_component() && ! bp_is_group() && ( ! bp_current_action() || ( bp_action_variable() && bp_is_current_action( bp_get_groups_group_type_base() ) ) ) ) { 2690 2690 return true; 2691 2691 }
Note: See TracChangeset
for help on using the changeset viewer.