From 2f89742973ffe9b3c7ade568c0c9b5ab3656563a Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 13 Jul 2016 12:36:22 +0000 Subject: [PATCH] WP Mail: Remove an unused variable. Unused since [34864]. Props vishalkakadiya. Fixes #37346. git-svn-id: https://develop.svn.wordpress.org/trunk@38045 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-mail.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-mail.php b/src/wp-mail.php index 07820e6b0c..62c9a11903 100644 --- a/src/wp-mail.php +++ b/src/wp-mail.php @@ -66,7 +66,6 @@ for ( $i = 1; $i <= $count; $i++ ) { $content_transfer_encoding = ''; $post_author = 1; $author_found = false; - $dmonths = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); foreach ($message as $line) { // Body signal. if ( strlen($line) < 3 )