Ticket #1593: reply-to.diff
| File reply-to.diff, 607 bytes (added by , 20 years ago) |
|---|
-
pluggable-functions.php
300 300 . "$from\n" 301 301 . "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\n"; 302 302 303 if ( $reply_to ) 304 $message_headers .= $reply_to . "\n"; 305 303 306 $notify_message = apply_filters('comment_notification_text', $notify_message); 304 307 $subject = apply_filters('comment_notification_subject', $subject); 305 308 $message_headers = apply_filters('comment_notification_headers', $message_headers);