Changeset 2270 for trunk/bp-activity.php
- Timestamp:
- 01/06/2010 04:04:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2256 r2270 302 302 global $bp, $wp_query; 303 303 304 if ( $bp->current_component != $bp->activity->slug || $bp->current_action != 'feed' || $bp->displayed_user->id )304 if ( $bp->current_component != $bp->activity->slug || $bp->current_action != 'feed' || $bp->displayed_user->id || $bp->groups->current_group ) 305 305 return false; 306 306 … … 340 340 } 341 341 add_action( 'wp', 'bp_activity_action_friends_feed', 3 ); 342 343 342 344 343 /********************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.