- Timestamp:
- 03/07/2018 12:56:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/template-tags.php
r11856 r11896 1154 1154 $bp_is_group_home = bp_is_group_home(); 1155 1155 1156 if ( $bp_is_group_home && ! bp_ group_is_visible() ) {1156 if ( $bp_is_group_home && ! bp_current_user_can( 'groups_access_group' ) ) { 1157 1157 /** 1158 1158 * Fires before the display of the group status message.
Note: See TracChangeset
for help on using the changeset viewer.