From 5572e1d4f43e746ad1afd0cc4fd09c0b31b88a82 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 3 Feb 2016 20:18:15 +0000 Subject: [PATCH] Docs: Add private access notation to the DocBlock for the core `_wp_handle_upload()` function. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36473 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/file.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php index 20af7419e0..cb85c05eca 100644 --- a/src/wp-admin/includes/file.php +++ b/src/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