Changeset 3048
- Timestamp:
- 11/11/05 02:00:06 (3 years ago)
- Files:
-
- trunk/wp-includes/pluggable-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/pluggable-functions.php
r3038 r3048 301 301 . "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\n"; 302 302 303 if ( isset($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);
