Make WordPress Core

Ticket #37346: 37346_1.patch

File 37346_1.patch, 423 bytes (added by vishalkakadiya, 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++ ) { 
    6666        $content_transfer_encoding = '';
    6767        $post_author = 1;
    6868        $author_found = false;
    69         $dmonths = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
    7069        foreach ($message as $line) {
    7170                // Body signal.
    7271                if ( strlen($line) < 3 )