Changeset 31117
- Timestamp:
- 01/09/2015 09:46:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r31096 r31117 3768 3768 } 3769 3769 3770 tabbables = this.$( ':tabbable' ); 3770 // Skip the file input added by Plupload. 3771 tabbables = this.$( ':tabbable' ).not( '.moxie-shim input[type="file"]' ); 3771 3772 3772 3773 // Keep tab focus within media modal while it's open
Note: See TracChangeset
for help on using the changeset viewer.