Make WordPress Core

Ticket #29152: 29152.patch

File 29152.patch, 443 bytes (added by iseulde, 11 years ago)
  • src/wp-includes/js/media-views.js

     
    50095009                                return;
    50105010                        }
    50115011
     5012                        if ( this.$el.hasClass( 'selected' ) ) {
     5013                                return;
     5014                        }
     5015
    50125016                        this.$el.addClass( 'selected' ).attr( 'aria-checked', true )
    50135017                                        .find( '.check' ).attr( 'tabindex', '0' );
    50145018