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:
parent
9eaab508ab
commit
2f89742973
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user