Changeset 4144 for trunk/bp-friends/bp-friends-notifications.php
- Timestamp:
- 03/15/2011 02:55:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-notifications.php
r3614 r4144 37 37 $to = apply_filters( 'friends_notification_new_request_to', $to ); 38 38 $subject = apply_filters( 'friends_notification_new_request_subject', $subject, $initiator_name ); 39 $message = apply_filters( 'friends_notification_new_request_message', $message, $initiator_name, $initiator_link, $all_requests_link );39 $message = apply_filters( 'friends_notification_new_request_message', $message, $initiator_name, $initiator_link, $all_requests_link, $settings_link ); 40 40 41 41 wp_mail( $to, $subject, $message ); … … 77 77 $to = apply_filters( 'friends_notification_accepted_request_to', $to ); 78 78 $subject = apply_filters( 'friends_notification_accepted_request_subject', $subject, $friend_name ); 79 $message = apply_filters( 'friends_notification_accepted_request_message', $message, $friend_name, $friend_link );79 $message = apply_filters( 'friends_notification_accepted_request_message', $message, $friend_name, $friend_link, $settings_link ); 80 80 81 81 wp_mail( $to, $subject, $message );
Note: See TracChangeset
for help on using the changeset viewer.