Make WordPress Core

Ticket #47572: 47572.diff

File 47572.diff, 529 bytes (added by atimmer, 5 years ago)
  • src/js/_enqueues/admin/edit-comments.js

     
    639639
    640640        toggle : function(el) {
    641641                if ( 'none' !== $( el ).css( 'display' ) && ( $( '#replyrow' ).parent().is('#com-reply') || window.confirm( adminCommentsL10n.warnQuickEdit ) ) ) {
    642                         $( el ).find( 'a.vim-q' ).click();
     642                        $( el ).find( 'button.vim-q' ).click();
    643643                }
    644644        },
    645645