Make WordPress Core

Changeset 25892


Ignore:
Timestamp:
10/24/2013 01:59:54 AM (13 years ago)
Author:
nacin
Message:

Remove debug code from WP_Automatic_Updater::send_email().

Merges [25891] to the 3.7 branch.

props markmcwilliams for initial patch.
fixes #25678.

Location:
branches/3.7
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/3.7

  • branches/3.7/src

  • branches/3.7/src/wp-admin/includes/class-wp-upgrader.php

    r25885 r25892  
    21382138                $newer_version_available = ( 'upgrade' == $next_user_core_update->response && version_compare( $next_user_core_update->version, $core_update, '>' ) );
    21392139
    2140                 $newer_version_available = true;
    2141                 $next_user_core_update->version = $next_user_core_update->current = '3.8.1';
    21422140                /**
    21432141                 * Filter whether to send an email following an automatic background core update.
  • branches/3.7/src/wp-includes/version.php

    r25890 r25892  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '3.7-RC2-25890-src';
     7$wp_version = '3.7-RC2-25892-src';
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.