From 6995ec613e5f113cedea4f0481b9030f79fabc0a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 3 Feb 2016 20:19:25 +0000 Subject: [PATCH] Docs: Add private access notation to the DocBlock for the core `_wp_handle_upload()` function. See #32246. Built from https://develop.svn.wordpress.org/trunk@36473 git-svn-id: http://core.svn.wordpress.org/trunk@36440 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/file.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 20af7419e0..cb85c05eca 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -224,6 +224,7 @@ function validate_file_to_edit( $file, $allowed_files = '' ) { * Handle PHP uploads in WordPress, sanitizing file names, checking extensions for mime type, * and moving the file to the appropriate directory within the uploads directory. * + * @access private * @since 4.0.0 * * @see wp_handle_upload_error diff --git a/wp-includes/version.php b/wp-includes/version.php index 68cf81079d..2ea8bcad3e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36472'; +$wp_version = '4.5-alpha-36473'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.