Trim trailing whitespace

git-svn-id: http://svn.automattic.com/wordpress/trunk@13733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-03-17 16:27:25 +00:00
parent d5296edfad
commit e25a65b36a
43 changed files with 260 additions and 260 deletions

View File

@@ -313,7 +313,7 @@ function wp_handle_upload( &$file, $overrides = false, $time = null ) {
// A writable uploads dir will pass this test. Again, there's no point overriding this one.
if ( ! ( ( $uploads = wp_upload_dir($time) ) && false === $uploads['error'] ) )
return call_user_func($upload_error_handler, $file, $uploads['error'] );
return call_user_func($upload_error_handler, $file, $uploads['error'] );
$filename = wp_unique_filename( $uploads['path'], $file['name'], $unique_filename_callback );