Changeset 5393 for trunk/bp-groups/bp-groups-loader.php
- Timestamp:
- 11/27/2011 05:04:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-loader.php
r5392 r5393 164 164 } 165 165 166 if ( !bp_current_action() ) {166 if ( bp_is_groups_component() && !empty( $this->current_group ) && !bp_current_action() ) { 167 167 $bp->current_action = apply_filters( 'bp_groups_default_extension', defined( 'BP_GROUPS_DEFAULT_EXTENSION' ) ? BP_GROUPS_DEFAULT_EXTENSION : 'home' ); 168 168 }
Note: See TracChangeset
for help on using the changeset viewer.