Changeset 2763 for branches/1.2/bp-groups/bp-groups-templatetags.php
- Timestamp:
- 02/22/2010 01:42:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups/bp-groups-templatetags.php
r2702 r2763 192 192 function bp_group_is_visible( $group = false ) { 193 193 global $bp, $groups_template; 194 195 if ( $bp->loggedin_user->is_site_admin ) 196 return true; 194 197 195 198 if ( !$group )
Note: See TracChangeset
for help on using the changeset viewer.