Changeset 3151
- Timestamp:
- 08/01/2010 10:08:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups/bp-groups-classes.php
r3145 r3151 1155 1155 1156 1156 /* When we are viewing a single group, add the group extension nav item */ 1157 if ( $this->vis bility == 'public' || ( $this->visbility != 'public' && $bp->groups->current_group->user_has_access ) ) {1157 if ( $this->visibility == 'public' || ( $this->visibility != 'public' && $bp->groups->current_group->user_has_access ) ) { 1158 1158 if ( $this->enable_nav_item ) { 1159 1159 if ( $bp->current_component == $bp->groups->slug && $bp->is_single_item )
Note: See TracChangeset
for help on using the changeset viewer.