Make WordPress Core

Changeset 35198


Ignore:
Timestamp:
10/15/2015 02:51:01 PM (9 years ago)
Author:
iseulde
Message:

Fix close button plugin modal after [18590]

See #18590.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/plugin-install.js

    r34977 r35198  
    4141    $( '.plugin-card, .plugins .plugin-version-author-uri' ).on( 'click', 'a.thickbox', function( e ) {
    4242        e.preventDefault();
     43        e.stopPropagation();
     44
    4345        tb_click.call(this);
    4446
Note: See TracChangeset for help on using the changeset viewer.