Changeset 2771 for branches/1.2/bp-groups.php
- Timestamp:
- 02/23/2010 10:56:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups.php
r2751 r2771 1230 1230 global $bp, $wp_query; 1231 1231 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' ) 1233 1233 return false; 1234 1234
Note: See TracChangeset
for help on using the changeset viewer.