Docs: Add missing docblock description for install_themes_upload().

See #55646.

Built from https://develop.svn.wordpress.org/trunk@53639


git-svn-id: http://core.svn.wordpress.org/trunk@53198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-07-04 08:00:15 +00:00
parent 5cfb35a5f2
commit a72203aa54
2 changed files with 3 additions and 1 deletions

View File

@ -175,6 +175,8 @@ function install_themes_dashboard() {
}
/**
* Displays a form to upload themes from zip files.
*
* @since 2.8.0
*/
function install_themes_upload() {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53638';
$wp_version = '6.1-alpha-53639';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.