Make WordPress Core


Ignore:
Timestamp:
10/18/2013 04:29:16 PM (11 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/about.php

    r25840 r25841  
    5656                $upgrader = new WP_Automatic_Updater;
    5757                $future_minor_update = (object) array(
    58                     'current'       => $wp_version . '.1-about.php',
    59                     'version'       => $wp_version . '.1-about.php',
     58                    'current'       => $wp_version . '.1.next.minor',
     59                    'version'       => $wp_version . '.1.next.minor',
    6060                    'php_version'   => $required_php_version,
    6161                    'mysql_version' => $required_mysql_version,
Note: See TracChangeset for help on using the changeset viewer.