Revert line that breaks browser uploader
git-svn-id: http://svn.automattic.com/wordpress/trunk@11244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
63620ff895
commit
e8025581b3
|
@ -435,7 +435,7 @@ function media_upload_form_handler() {
|
|||
return media_send_to_editor($html);
|
||||
}
|
||||
|
||||
return isset($errors) ? $errors : '';
|
||||
return $errors;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue