Changeset 47043 for trunk/src/wp-admin/includes/import.php
- Timestamp:
- 01/06/2020 04:14:30 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/import.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r44785 r47043 83 83 if ( ! isset( $_FILES['import'] ) ) { 84 84 return array( 85 'error' => __( 'File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.' ), 85 'error' => sprintf( 86 /* translators: 1: php.ini, 2: post_max_size, 3: upload_max_filesize */ 87 __( 'File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your %1$s file or by %2$s being defined as smaller than %3$s in %1$s.' ), 88 'php.ini', 89 'post_max_size', 90 'upload_max_filesize' 91 ), 86 92 ); 87 93 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)