Changeset 4646 for trunk/bp-groups/bp-groups-screens.php
- Timestamp:
- 07/12/2011 01:52:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-screens.php
r4638 r4646 442 442 global $bp; 443 443 444 if ( !bp_is_groups_component() || !bp_is_active( 'activity' ) || ( bp_is_active( 'activity' ) && !bp_is_current_action( $bp->activity->slug) ) || empty( $bp->action_variables[0] ) )444 if ( !bp_is_groups_component() || !bp_is_active( 'activity' ) || ( bp_is_active( 'activity' ) && !bp_is_current_action( bp_get_activity_slug() ) ) || empty( $bp->action_variables[0] ) ) 445 445 return false; 446 446
Note: See TracChangeset
for help on using the changeset viewer.