Skip to:
Content

BuddyPress.org


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

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

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

    r3362 r3592  
    4040
    4141    wp_mail( $to, $subject, $message );
    42    
     42
    4343    do_action( 'bp_friends_sent_request_email', $friend_id, $subject, $message, $friendship_id, $initiator_id );
    4444}
     
    8080
    8181    wp_mail( $to, $subject, $message );
    82    
     82
    8383    do_action( 'bp_friends_sent_accepted_email', $initator_id, $subject, $message, $friendship_id, $friend_id );
    8484}
Note: See TracChangeset for help on using the changeset viewer.