WP Mail: Remove an unused variable.
Unused since [34864]. Props vishalkakadiya. Fixes #37346. Built from https://develop.svn.wordpress.org/trunk@38045 git-svn-id: http://core.svn.wordpress.org/trunk@37986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fb59d07c9b
commit
834f0809fc
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.6-beta2-38044';
|
$wp_version = '4.6-beta2-38045';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
|
@ -66,7 +66,6 @@ for ( $i = 1; $i <= $count; $i++ ) {
|
||||||
$content_transfer_encoding = '';
|
$content_transfer_encoding = '';
|
||||||
$post_author = 1;
|
$post_author = 1;
|
||||||
$author_found = false;
|
$author_found = false;
|
||||||
$dmonths = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
|
|
||||||
foreach ($message as $line) {
|
foreach ($message as $line) {
|
||||||
// Body signal.
|
// Body signal.
|
||||||
if ( strlen($line) < 3 )
|
if ( strlen($line) < 3 )
|
||||||
|
|
Loading…
Reference in New Issue