From c36c4efea674cccb11fbbcae6295723845b20845 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 20 Aug 2015 21:01:25 +0000 Subject: [PATCH] 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 --- wp-admin/includes/media.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index fc8ce0fe97..2cdac29210 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -724,7 +724,7 @@ function media_upload_form_handler() { } /** - * {@internal Missing Short Description}} + * Handles the process of uploading media. * * @since 2.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 4d1ecc48f3..302cb16c78 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.