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.