Changeset 4877 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 07/27/2011 06:51:43 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4863 r4877 270 270 $show_hidden = true; 271 271 } 272 272 273 273 // The default scope should recognize custom slugs 274 if ( array_key_exists( $bp->current_action, (array)$bp->active_components ) ) 275 $scope = $bp->active_components[$bp->current_action]; 274 if ( array_key_exists( $bp->current_action, (array)$bp->loaded_components ) ) { 275 $scope = $bp->loaded_components[$bp->current_action]; 276 } 276 277 else 277 278 $scope = bp_current_action();
Note: See TracChangeset
for help on using the changeset viewer.