Make WordPress Core


Ignore:
Timestamp:
09/09/2013 06:44:25 AM (12 years ago)
Author:
dd32
Message:

Upgrader: Deprecate a few mostly unused functions, wp_update_plugin(), wp_update_theme(), and, wp_update_core().
wp_update_core() was still used, as it was never updated to make use of the newer Skins. Fixes #21874

File:
1 edited

Legend:

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

    r25020 r25307  
    874874        return;
    875875
    876     // Ensure we only run this on the update-core.php page. wp_update_core() could be called in other contexts.
     876    // Ensure we only run this on the update-core.php page. The Core_Upgrader may be used in other contexts.
    877877    if ( 'update-core.php' != $pagenow )
    878878        return;
Note: See TracChangeset for help on using the changeset viewer.