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:
Drew Jaynes 2015-08-20 21:01:25 +00:00
parent 677d47ebc5
commit c36c4efea6
2 changed files with 2 additions and 2 deletions

View File

@ -724,7 +724,7 @@ function media_upload_form_handler() {
} }
/** /**
* {@internal Missing Short Description}} * Handles the process of uploading media.
* *
* @since 2.5.0 * @since 2.5.0
* *

View File

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