Make WordPress Core

Changeset 22305


Ignore:
Timestamp:
10/25/2012 08:53:38 PM (13 years ago)
Author:
azaozz
Message:

Hide the "You are using the multi-file uploader. Problems? Try the browser uploader instead." when Plupload falls back to "html4" runtime, fixes #19496

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/plupload/handlers.js

    r21592 r22305  
    429429                $('#drag-drop-area').unbind('.wp-uploader');
    430430            }
     431
     432            if ( up.runtime == 'html4' )
     433                $('.upload-flash-bypass').hide();
    431434        });
    432435
Note: See TracChangeset for help on using the changeset viewer.