Changeset 4847 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 07/25/2011 12:29:19 AM (15 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
r4819 r4847 275 275 $scope = $bp->active_components[$bp->current_action]; 276 276 else 277 $scope = $bp->current_action;277 $scope = bp_current_action(); 278 278 279 279 // Support for permalinks on single item pages: /groups/my-group/activity/124/ 280 280 if ( bp_is_current_action( bp_get_activity_slug() ) ) 281 $include = $bp->action_variables[0];282 281 $include = bp_action_variable( 0 ); 282 283 283 // Note: any params used for filtering can be a single value, or multiple values comma separated. 284 284 $defaults = array(
Note: See TracChangeset
for help on using the changeset viewer.