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.