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:
parent
d62a1bf1e9
commit
6995ec613e
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue