Changeset 6342 for trunk/bp-activity/bp-activity-filters.php
- Timestamp:
- 09/18/2012 06:03:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-filters.php
r6167 r6342 214 214 if ( $activity_id & bp_is_active( 'activity' ) ) { 215 215 $activity = new BP_Activity_Activity( $activity_id ); 216 216 217 217 // If this activity has been marked as spam, don't do anything. This prevents @notifications being sent. 218 218 if ( !empty( $activity ) && $activity->is_spam ) … … 337 337 return apply_filters( 'bp_activity_truncate_entry', $excerpt, $text, $append_text ); 338 338 } 339 340 ?>
Note: See TracChangeset
for help on using the changeset viewer.