Docs: Add a missing summary to the DocBlock for `wp_media_upload_handler()`.
See #32246. Built from https://develop.svn.wordpress.org/trunk@33670 git-svn-id: http://core.svn.wordpress.org/trunk@33637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
677d47ebc5
commit
c36c4efea6
|
@ -724,7 +724,7 @@ function media_upload_form_handler() {
|
|||
}
|
||||
|
||||
/**
|
||||
* {@internal Missing Short Description}}
|
||||
* Handles the process of uploading media.
|
||||
*
|
||||
* @since 2.5.0
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-33669';
|
||||
$wp_version = '4.4-alpha-33670';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue