Changeset 5216
- Timestamp:
- 10/06/2011 06:44:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-activity/bp-activity-notifications.php
r5109 r5216 212 212 $to = apply_filters( 'bp_activity_new_comment_notification_comment_author_to', $to ); 213 213 $subject = apply_filters( 'bp_activity_new_comment_notification_comment_author_subject', $subject, $poster_name ); 214 $message = apply_filters( 'bp_activity_new_comment_notification_comment_author_message', $message, $poster_name, $content, $settings_link );214 $message = apply_filters( 'bp_activity_new_comment_notification_comment_author_message', $message, $poster_name, $content, $settings_link, $thread_link ); 215 215 216 216 wp_mail( $to, $subject, $message );
Note: See TracChangeset
for help on using the changeset viewer.