Changeset 8817 for trunk/src/bp-activity/bp-activity-filters.php
- Timestamp:
- 08/12/2014 09:04:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-filters.php
r8730 r8817 460 460 return $classes; 461 461 } 462 462 463 463 $classes .= ' date-recorded-' . strtotime( $activity_date ); 464 464 … … 492 492 'activity_latest_args' 493 493 ); 494 495 if ( ! empty( $data['bp_activity_last_recorded_search_terms'] ) && empty( $activity_latest_args['search_terms'] ) ) { 496 $activity_latest_args['search_terms'] = addslashes( $data['bp_activity_last_recorded_search_terms'] ); 497 } 494 498 495 499 $newest_activities = array();
Note: See TracChangeset
for help on using the changeset viewer.