mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Docblock corrections and improvements, mostly related to various pre_* filters.
See #47110 git-svn-id: https://develop.svn.wordpress.org/trunk@46232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -852,10 +852,10 @@ function _wp_handle_upload( &$file, $overrides, $time, $action ) {
|
||||
*
|
||||
* @since 4.9.0
|
||||
*
|
||||
* @param string $move_new_file If null (default) move the file after the upload.
|
||||
* @param string $file An array of data for a single file.
|
||||
* @param string $new_file Filename of the newly-uploaded file.
|
||||
* @param string $type File type.
|
||||
* @param mixed $move_new_file If null (default) move the file after the upload.
|
||||
* @param string[] $file An array of data for a single file.
|
||||
* @param string $new_file Filename of the newly-uploaded file.
|
||||
* @param string $type File type.
|
||||
*/
|
||||
$move_new_file = apply_filters( 'pre_move_uploaded_file', null, $file, $new_file, $type );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user