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
This commit is contained in:
Dominik Schilling 2016-07-13 12:36:22 +00:00
parent 9eaab508ab
commit 2f89742973
1 changed files with 0 additions and 1 deletions

View File

@ -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 )