Docs: Fix typo in `wp_update_theme()` description.
Props yoavf. See #36349. Built from https://develop.svn.wordpress.org/trunk@37193 git-svn-id: http://core.svn.wordpress.org/trunk@37159 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5102c98ab6
commit
21bdbc204e
|
@ -1175,7 +1175,7 @@ function wp_update_plugin($plugin, $feedback = '') {
|
|||
/**
|
||||
* This was once used to kick-off the Theme Updater.
|
||||
*
|
||||
* Deprecated in favor of instantating a Theme_Upgrader instance directly,
|
||||
* Deprecated in favor of instantiating a Theme_Upgrader instance directly,
|
||||
* and calling the 'upgrade' method.
|
||||
* Unused since 2.8.0.
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37192';
|
||||
$wp_version = '4.6-alpha-37193';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue