Skip to:
Content

BuddyPress.org

Changeset 2784 for trunk/bp-groups.php


Ignore:
Timestamp:
02/23/2010 08:55:18 PM (17 years ago)
Author:
apeatling
Message:

Merging 1.2 branch into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r2761 r2784  
    12301230        global $bp, $wp_query;
    12311231
    1232         if ( $bp->current_component != $bp->groups->slug || !$bp->groups->current_group || $bp->current_action != 'feed' )
     1232        if ( !bp_is_active( 'activity' ) || $bp->current_component != $bp->groups->slug || !$bp->groups->current_group || $bp->current_action != 'feed' )
    12331233                return false;
    12341234
Note: See TracChangeset for help on using the changeset viewer.