From 194debdc0d1e65372843bbd7dff28f8460cbf0b8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 13 Apr 2016 07:26:27 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/deprecated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/deprecated.php b/src/wp-admin/includes/deprecated.php index 1c245b368b..ebaa7440d5 100644 --- a/src/wp-admin/includes/deprecated.php +++ b/src/wp-admin/includes/deprecated.php @@ -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. *