Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/18/2012 06:03:00 PM (12 years ago)
Author:
r-a-y
Message:

EOF:

  • Fall in line with WordPress 3.4 coding practices by removing all EOF closing PHP tags.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-filters.php

    r6167 r6342  
    214214    if ( $activity_id & bp_is_active( 'activity' ) ) {
    215215        $activity = new BP_Activity_Activity( $activity_id );
    216        
     216
    217217        // If this activity has been marked as spam, don't do anything. This prevents @notifications being sent.
    218218        if ( !empty( $activity ) && $activity->is_spam )
     
    337337    return apply_filters( 'bp_activity_truncate_entry', $excerpt, $text, $append_text );
    338338}
    339 
    340 ?>
Note: See TracChangeset for help on using the changeset viewer.