Missed a line, fixes #1593
git-svn-id: https://develop.svn.wordpress.org/trunk@3048 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4a11b6e79f
commit
61e8f75faa
@ -300,6 +300,9 @@ function wp_notify_postauthor($comment_id, $comment_type='') {
|
||||
. "$from\n"
|
||||
. "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\n";
|
||||
|
||||
if ( isset($reply_to) )
|
||||
$message_headers .= $reply_to . "\n";
|
||||
|
||||
$notify_message = apply_filters('comment_notification_text', $notify_message);
|
||||
$subject = apply_filters('comment_notification_subject', $subject);
|
||||
$message_headers = apply_filters('comment_notification_headers', $message_headers);
|
||||
|
Loading…
Reference in New Issue
Block a user