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
This commit is contained in:
Drew Jaynes 2016-02-03 20:19:25 +00:00
parent d62a1bf1e9
commit 6995ec613e
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.