You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 => _t( 'The uploaded file exceeds the upload_max_filesize directive in php.ini.' ),
524
-
2 => _t( 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.' ),
525
-
3 => _t( 'The uploaded file was only partially uploaded.' ),
526
-
4 => _t( 'No file was uploaded.' ),
527
-
6 => _t( 'Missing a temporary folder.' ),
528
-
7 => _t( 'Failed to write file to disk.' ),
529
-
8 => _t( 'A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help.' ),
530
-
);
531
-
532
-
$panel .= '<p>' . _t( 'File could not be added to the silo.' ) . '</p>';
1 => _t( 'The uploaded file exceeds the upload_max_filesize directive in php.ini.' ),
525
+
2 => _t( 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.' ),
526
+
3 => _t( 'The uploaded file was only partially uploaded.' ),
527
+
4 => _t( 'No file was uploaded.' ),
528
+
6 => _t( 'Missing a temporary folder.' ),
529
+
7 => _t( 'Failed to write file to disk.' ),
530
+
8 => _t( 'A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help.' ),
531
+
);
532
+
533
+
$panel .= '<p>' . _t( 'File could not be added to the silo.' ) . '</p>';
0 commit comments