From e9f73b06b6ceabb1d7b4e6f9dfef286f5cff078e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 11 Mar 2017 16:13:46 +0000 Subject: [PATCH] Docs: Correct the description for `wp.updates.deleteTheme`. Props MattyRob. Fixes #40110. Built from https://develop.svn.wordpress.org/trunk@40279 git-svn-id: http://core.svn.wordpress.org/trunk@40194 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/updates.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/js/updates.js b/wp-admin/js/updates.js index cfe832de3e..5bedfa2c30 100644 --- a/wp-admin/js/updates.js +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 146ac56287..2c3aebf433 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40278'; +$wp_version = '4.8-alpha-40279'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.