Ticket #37346: 37346_1.patch
File 37346_1.patch, 423 bytes (added by , 9 years ago) |
---|
-
wp-mail.php
diff --git a/wp-mail.php b/wp-mail.php index 07820e6..62c9a11 100644
a b for ( $i = 1; $i <= $count; $i++ ) { 66 66 $content_transfer_encoding = ''; 67 67 $post_author = 1; 68 68 $author_found = false; 69 $dmonths = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');70 69 foreach ($message as $line) { 71 70 // Body signal. 72 71 if ( strlen($line) < 3 )