Changeset 5217
- Timestamp:
- 10/06/2011 06:45:41 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/1.5 merged: 5216
- Property svn:mergeinfo changed
-
trunk/bp-activity/bp-activity-notifications.php
r5109 r5217 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.