mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Hide the "You are using the multi-file uploader. Problems? Try the browser uploader instead." when Plupload falls back to "html4" runtime, fixes #19496
git-svn-id: http://core.svn.wordpress.org/trunk@22305 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d85554c5f1
commit
bcb040f1e0
@ -428,6 +428,9 @@ jQuery(document).ready(function($){
|
||||
uploaddiv.removeClass('drag-drop');
|
||||
$('#drag-drop-area').unbind('.wp-uploader');
|
||||
}
|
||||
|
||||
if ( up.runtime == 'html4' )
|
||||
$('.upload-flash-bypass').hide();
|
||||
});
|
||||
|
||||
uploader.init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user