Docs: Fix typo in wp_update_theme() description.

Props yoavf.
See #36349.

git-svn-id: https://develop.svn.wordpress.org/trunk@37193 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-04-13 07:26:27 +00:00
parent 09e9e53c30
commit 194debdc0d

View File

@ -1175,7 +1175,7 @@ function wp_update_plugin($plugin, $feedback = '') {
/** /**
* This was once used to kick-off the Theme Updater. * 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. * and calling the 'upgrade' method.
* Unused since 2.8.0. * Unused since 2.8.0.
* *