Changeset 4626 for branches/1.2/bp-activity.php
- Timestamp:
- 07/08/2011 02:25:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-activity.php
r4111 r4626 224 224 225 225 /* Get the activity details */ 226 $activity = bp_activity_get_specific( array( 'activity_ids' => $bp->current_action ) );226 $activity = bp_activity_get_specific( array( 'activity_ids' => $bp->current_action, 'show_hidden' => true ) ); 227 227 228 228 if ( !$activity = $activity['activities'][0] ) … … 313 313 314 314 /* Get the activity details */ 315 $activity = bp_activity_get_specific( array( 'activity_ids' => $bp->action_variables[0] ) );315 $activity = bp_activity_get_specific( array( 'activity_ids' => $bp->action_variables[0], 'show_hidden' => true ) ); 316 316 317 317 if ( !$activity = $activity['activities'][0] )
Note: See TracChangeset
for help on using the changeset viewer.