Changeset 6007
- Timestamp:
- 04/25/2012 08:14:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-akismet.php
r5684 r6007 548 548 public function get_activity_history( $activity_id = 0 ) { 549 549 $history = bp_activity_get_meta( $activity_id, '_bp_akismet_history' ); 550 if ( $history === false ) 551 $history = array(); 550 552 551 553 // Sort it by the time recorded
Note: See TracChangeset
for help on using the changeset viewer.