Revert line that breaks browser uploader

git-svn-id: https://develop.svn.wordpress.org/trunk@11244 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-05-08 20:45:04 +00:00
parent ed9fa72efc
commit 90ef467838
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ function media_upload_form_handler() {
return media_send_to_editor($html);
}
return isset($errors) ? $errors : '';
return $errors;
}
/**