mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
Missed a line, fixes #1593
git-svn-id: http://svn.automattic.com/wordpress/trunk@3048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cfa85af2d8
commit
2b47bd4e9d
@ -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