diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index e4bc332792..b005dc79b0 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -236,6 +236,7 @@ function wp_handle_upload( &$file, $overrides = false, $time = null ) { __( "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form." ), __( "The uploaded file was only partially uploaded." ), __( "No file was uploaded." ), + '', __( "Missing a temporary folder." ), __( "Failed to write file to disk." ));