Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/07/2010 11:17:17 AM (15 years ago)
Author:
boonebgorges
Message:

Reapplies changes to BP_Groups_Group::get methods that were accidentally reverted in r3300. Adds exclude parameters to groups get methods. Fixes #2639

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/members.php

    r2626 r3371  
    2929                <?php do_action( 'bp_group_members_list_item' ) ?>
    3030
    31                 <?php if ( function_exists( 'friends_install' ) ) : ?>
     31                <?php if ( bp_is_active( 'friends' ) ) : ?>
    3232
    3333                    <div class="action">
Note: See TracChangeset for help on using the changeset viewer.