mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-04 04:19:29 +00:00
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…
x
Reference in New Issue
Block a user