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
This commit is contained in:
Sergey Biryukov 2017-03-11 16:13:46 +00:00
parent 43208263a0
commit e9f73b06b6
2 changed files with 2 additions and 2 deletions

View File

@ -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 * @since 4.6.0
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.