diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php index 3812dc8000..edb3d99361 100644 --- a/src/wp-admin/includes/file.php +++ b/src/wp-admin/includes/file.php @@ -713,7 +713,7 @@ function validate_file_to_edit( $file, $allowed_files = array() ) { * @param string $time Time formatted in 'yyyy/mm'. * @param string $action Expected value for `$_POST['action']`. * @return string[] On success, returns an associative array of file attributes. On failure, returns - * `$overrides['upload_error_handler'](&$file, $message )` or `array( 'error'=>$message )`. + * `$overrides['upload_error_handler']( &$file, $message )` or `array( 'error' => $message )`. */ function _wp_handle_upload( &$file, $overrides, $time, $action ) { // The default error handler.