Plugin Updates
This commit is contained in:
@@ -1152,7 +1152,7 @@ function wp_nav_menu_locations_meta_box() {
|
||||
/**
|
||||
* This was once used to kick-off the Core Updater.
|
||||
*
|
||||
* Deprecated in favor of instantating a Core_Upgrader instance directly,
|
||||
* Deprecated in favor of instantiating a Core_Upgrader instance directly,
|
||||
* and calling the 'upgrade' method.
|
||||
*
|
||||
* @since 2.7.0
|
||||
@@ -1174,7 +1174,7 @@ function wp_update_core($current, $feedback = '') {
|
||||
/**
|
||||
* This was once used to kick-off the Plugin Updater.
|
||||
*
|
||||
* Deprecated in favor of instantating a Plugin_Upgrader instance directly,
|
||||
* Deprecated in favor of instantiating a Plugin_Upgrader instance directly,
|
||||
* and calling the 'upgrade' method.
|
||||
* Unused since 2.8.0.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user