Changeset 5396 for trunk/bp-activity/bp-activity-screens.php
- Timestamp:
- 11/27/2011 07:00:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-screens.php
r5329 r5396 195 195 196 196 // Get the activity details 197 $activity = bp_activity_get_specific( array( 'activity_ids' => bp_current_action(), ' hide_spam' => true, 'show_hidden' => true) );197 $activity = bp_activity_get_specific( array( 'activity_ids' => bp_current_action(), 'show_hidden' => true, 'spam' => 'ham_only', ) ); 198 198 199 199 // 404 if activity does not exist
Note: See TracChangeset
for help on using the changeset viewer.