Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/22/2010 05:04:45 PM (16 years ago)
Author:
apeatling
Message:

Merging 1.2 branch with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r2702 r2770  
    192192function bp_group_is_visible( $group = false ) {
    193193    global $bp, $groups_template;
     194
     195    if ( $bp->loggedin_user->is_site_admin )
     196        return true;
    194197
    195198    if ( !$group )
Note: See TracChangeset for help on using the changeset viewer.