Remove debug code from WP_Automatic_Updater::send_email().

Merges [25891] to the 3.7 branch.

props markmcwilliams for initial patch.
fixes #25678.


git-svn-id: https://develop.svn.wordpress.org/branches/3.7@25892 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-10-24 01:59:54 +00:00
parent bd14eca3ab
commit bb16d6452f
2 changed files with 1 additions and 3 deletions

View File

@ -2137,8 +2137,6 @@ class WP_Automatic_Updater {
$next_user_core_update = $core_update;
$newer_version_available = ( 'upgrade' == $next_user_core_update->response && version_compare( $next_user_core_update->version, $core_update, '>' ) );
$newer_version_available = true;
$next_user_core_update->version = $next_user_core_update->current = '3.8.1';
/**
* Filter whether to send an email following an automatic background core update.
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '3.7-RC2-25890-src';
$wp_version = '3.7-RC2-25892-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.