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:
parent
5cfb35a5f2
commit
a72203aa54
|
@ -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() {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue