Media: In _wp_handle_upload(), move ending brace to a new line.

Props georgestephanis.
Fixes #35565.
Built from https://develop.svn.wordpress.org/trunk@36373


git-svn-id: http://core.svn.wordpress.org/trunk@36340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-01-21 20:27:26 +00:00
parent aeefc9af75
commit 7afa923067
2 changed files with 3 additions and 2 deletions

View File

@ -409,7 +409,8 @@ function _wp_handle_upload( &$file, $overrides, $time, $action ) {
'file' => $new_file,
'url' => $url,
'type' => $type
), 'wp_handle_sideload' === $action ? 'sideload' : 'upload' ); }
), 'wp_handle_sideload' === $action ? 'sideload' : 'upload' );
}
/**
* Wrapper for _wp_handle_upload(), passes 'wp_handle_upload' action.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36372';
$wp_version = '4.5-alpha-36373';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.