Make WordPress Core

Changeset 26514


Ignore:
Timestamp:
12/02/2013 12:54:27 AM (11 years ago)
Author:
dd32
Message:

Themes: We no longer have a delete link on the multi-grid view. See #25948

File:
1 edited

Legend:

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

    r26513 r26514  
    115115        this.trigger( 'update' );
    116116    },
     117
    117118    // Performs a search within the collection
    118119    // @uses RegExp
     
    208209        // Prevent the modal from showing when the user clicks
    209210        // one of the direct action buttons
    210         if ( $( event.target ).is( '.theme-actions a, .delete-theme' ) ) {
     211        if ( $( event.target ).is( '.theme-actions a' ) ) {
    211212            return;
    212213        }
Note: See TracChangeset for help on using the changeset viewer.