Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (14 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

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

    r3403 r3592  
    1515        if ( !$receiver_user_id = bp_core_get_userid( $username ) )
    1616            continue;
    17            
    18         bp_core_add_notification( $activity_id, $receiver_user_id, 'activity', 'new_at_mention', $poster_user_id ); 
     17
     18        bp_core_add_notification( $activity_id, $receiver_user_id, 'activity', 'new_at_mention', $poster_user_id );
    1919
    2020        // Now email the user with the contents of the message (if they have enabled email notifications)
     
    5454        }
    5555    }
    56    
     56
    5757    do_action( 'bp_activity_sent_mention_email', $usernames, $subject, $message, $content, $poster_user_id, $activity_id );
    5858}
     
    9898
    9999        wp_mail( $to, $subject, $message );
    100        
     100
    101101        do_action( 'bp_activity_sent_reply_to_update_email', $original_activity->user_id, $subject, $message, $comment_id, $commenter_id, $params );
    102102    }
     
    143143
    144144        wp_mail( $to, $subject, $message );
    145        
     145
    146146        do_action( 'bp_activity_sent_reply_to_reply_email', $original_activity->user_id, $subject, $message, $comment_id, $commenter_id, $params );
    147147    }
Note: See TracChangeset for help on using the changeset viewer.