Make WordPress Core

Ticket #52123: 52123.patch

File 52123.patch, 568 bytes (added by Shital Patel, 4 years ago)

I just changed word tile

  • src/js/media/views/attachment.js

     
    512512                event.stopPropagation();
    513513                if ( selection.where( { id: this.model.get( 'id' ) } ).length ) {
    514514                        selection.remove( this.model );
    515                         // Move focus back to the attachment tile (from the check).
     515                        // Move focus back to the attachment title (from the check).
    516516                        this.$el.focus();
    517517                } else {
    518518                        selection.add( this.model );