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:
parent
ed9fa72efc
commit
90ef467838
@ -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