Make WordPress Core

Changeset 3048


Ignore:
Timestamp:
11/11/2005 02:00:06 AM (19 years ago)
Author:
matt
Message:

Missed a line, fixes #1593

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable-functions.php

    r3038 r3048  
    301301        . "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\n";
    302302
     303    if ( isset($reply_to) )
     304        $message_headers .= $reply_to . "\n";
     305
    303306    $notify_message = apply_filters('comment_notification_text', $notify_message);
    304307    $subject = apply_filters('comment_notification_subject', $subject);
Note: See TracChangeset for help on using the changeset viewer.