Ticket #29152: 29152.patch
File 29152.patch, 443 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/media-views.js
5009 5009 return; 5010 5010 } 5011 5011 5012 if ( this.$el.hasClass( 'selected' ) ) { 5013 return; 5014 } 5015 5012 5016 this.$el.addClass( 'selected' ).attr( 'aria-checked', true ) 5013 5017 .find( '.check' ).attr( 'tabindex', '0' ); 5014 5018