Unused var cleanup. Props DD32. see #5418

git-svn-id: http://svn.automattic.com/wordpress/trunk@6551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-01-04 19:36:34 +00:00
parent f05fe26e0c
commit 1ae1811dd0
19 changed files with 41 additions and 35 deletions

View File

@@ -112,6 +112,7 @@ function wp_handle_upload( &$file, $overrides = false ) {
// If you override this, you must provide $ext and $type!!!!
$test_type = true;
$mimes = false;
// Install user overrides. Did we mention that this voids your warranty?
if ( is_array( $overrides ) )