Changeset 11963 for trunk/wp-admin/includes/file.php
- Timestamp:
- 09/23/2009 07:06:58 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r11930 r11963 266 266 // A non-empty file will pass this test. 267 267 if ( $test_size && !($file['size'] > 0 ) ) 268 return $upload_error_handler( $file, __( 'File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini .' ));268 return $upload_error_handler( $file, __( '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.' )); 269 269 270 270 // A properly uploaded file will pass this test. There should be no reason to override this one.
Note: See TracChangeset
for help on using the changeset viewer.