Docs: Add missing docblock description for install_themes_upload().

See #55646.


git-svn-id: https://develop.svn.wordpress.org/trunk@53639 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-07-04 07:58:42 +00:00
parent 001f3f8dea
commit db62dd0f09

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() {