Changeset 2719 for trunk/bp-friends/bp-friends-notifications.php
- Timestamp:
- 02/15/2010 10:30:56 AM (17 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
r2717 r2719 35 35 /* Send the message */ 36 36 $to = apply_filters( 'friends_notification_new_request_to', $to ); 37 $subject = apply_filters( 'friends_notification_new_request_subject', $subject );38 $message = apply_filters( 'friends_notification_new_request_message', $message );37 $subject = apply_filters( 'friends_notification_new_request_subject', $subject, $initiator_name ); 38 $message = apply_filters( 'friends_notification_new_request_message', $message, $initiator_name, $initiator_link, $all_requests_link ); 39 39 40 40 wp_mail( $to, $subject, $message ); … … 72 72 /* Send the message */ 73 73 $to = apply_filters( 'friends_notification_accepted_request_to', $to ); 74 $subject = apply_filters( 'friends_notification_accepted_request_subject', $subject );75 $message = apply_filters( 'friends_notification_accepted_request_message', $message );74 $subject = apply_filters( 'friends_notification_accepted_request_subject', $subject, $friend_name ); 75 $message = apply_filters( 'friends_notification_accepted_request_message', $message, $friend_name, $friend_link ); 76 76 77 77 wp_mail( $to, $subject, $message );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)