Make WordPress Core


Ignore:
Timestamp:
10/18/2013 04:29:16 PM (13 years ago)
Author:
nacin
Message:

Notify administrators of successful, failed, and pending core updates.

Blocks future background updates after critical failures, but allow retries in certain situations. More in the ticket.

fixes #10787.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r25835 r25841  
    151151            $upgrader = new WP_Automatic_Updater;
    152152            $future_minor_update = (object) array(
    153                 'current'       => $wp_version . '.1-update-core.php',
    154                 'version'       => $wp_version . '.1-update-core.php',
     153                'current'       => $wp_version . '.1.next.minor',
     154                'version'       => $wp_version . '.1.next.minor',
    155155                'php_version'   => $required_php_version,
    156156                'mysql_version' => $required_mysql_version,
Note: See TracChangeset for help on using the changeset viewer.