Make WordPress Core


Ignore:
Timestamp:
09/13/2013 06:18:16 AM (13 years ago)
Author:
dd32
Message:

WordPress Core Automatic Updates: Add the first slice of Automatic Upgrades, This is presently disabled, and requires a filter to enable ( 'auto_upgrade_core' ). See #22704

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader-skins.php

    r25228 r25421  
    530530
    531531/**
    532  * Upgrader Skin for Background WordPress Upgrades
     532 * Upgrader Skin for Automatic WordPress Upgrades
    533533 *
    534534 * This skin is designed to be used when no output is intended, all output
     
    539539 * @since 3.7.0
    540540 */
    541 class Background_Upgrader_Skin extends WP_Upgrader_Skin {
     541class Automatic_Upgrader_Skin extends WP_Upgrader_Skin {
    542542    var $messages = array();
    543543
Note: See TracChangeset for help on using the changeset viewer.