From 2d52993e4face657c5df83ea7c0fff2688659b39 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 11 Mar 2017 16:12:49 +0000 Subject: [PATCH] Docs: Correct the description for `wp.updates.deleteTheme`. Props MattyRob. Fixes #40110. git-svn-id: https://develop.svn.wordpress.org/trunk@40279 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/js/updates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/js/updates.js b/src/wp-admin/js/updates.js index cfe832de3e..5bedfa2c30 100644 --- a/src/wp-admin/js/updates.js +++ b/src/wp-admin/js/updates.js @@ -1178,7 +1178,7 @@ }; /** - * Sends an Ajax request to the server to install a theme. + * Sends an Ajax request to the server to delete a theme. * * @since 4.6.0 *