Make WordPress Core


Ignore:
Timestamp:
03/17/2010 04:27:25 PM (15 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

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

    r13662 r13733  
    314314    // A writable uploads dir will pass this test. Again, there's no point overriding this one.
    315315    if ( ! ( ( $uploads = wp_upload_dir($time) ) && false === $uploads['error'] ) )
    316         return call_user_func($upload_error_handler, $file, $uploads['error'] ); 
     316        return call_user_func($upload_error_handler, $file, $uploads['error'] );
    317317
    318318    $filename = wp_unique_filename( $uploads['path'], $file['name'], $unique_filename_callback );
Note: See TracChangeset for help on using the changeset viewer.