Changeset 4012 for trunk/bp-groups/bp-groups-screens.php
- Timestamp:
- 02/02/2011 08:52:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-screens.php
r3983 r4012 416 416 global $bp; 417 417 418 if ( !bp_is_ current_component( 'groups' ) || !bp_is_current_action( $bp->activity->slug) || empty( $bp->action_variables[0] ) )418 if ( !bp_is_groups_component() || ( bp_is_active( 'activity' ) && !bp_is_current_action( $bp->activity->slug ) ) || empty( $bp->action_variables[0] ) ) 419 419 return false; 420 420
Note: See TracChangeset
for help on using the changeset viewer.