Make WordPress Core


Ignore:
Timestamp:
09/24/2009 05:19:13 PM (17 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/import.php

    r11963 r11971  
    6161function wp_import_handle_upload() {
    6262    if ( !isset($_FILES['import']) ) {
    63         $file['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.' ); 
     63        $file['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.' );
    6464        return $file;
    6565    }
    66    
     66
    6767    $overrides = array( 'test_form' => false, 'test_type' => false );
    6868    $_FILES['import']['name'] .= '.txt';
Note: See TracChangeset for help on using the changeset viewer.