Changeset 3592 for trunk/bp-friends/bp-friends-notifications.php
- Timestamp:
- 12/27/2010 10:57:31 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-notifications.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-notifications.php
r3362 r3592 40 40 41 41 wp_mail( $to, $subject, $message ); 42 42 43 43 do_action( 'bp_friends_sent_request_email', $friend_id, $subject, $message, $friendship_id, $initiator_id ); 44 44 } … … 80 80 81 81 wp_mail( $to, $subject, $message ); 82 82 83 83 do_action( 'bp_friends_sent_accepted_email', $initator_id, $subject, $message, $friendship_id, $friend_id ); 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.