Make WordPress Core

Changeset 26460


Ignore:
Timestamp:
11/29/2013 02:02:23 AM (11 years ago)
Author:
dd32
Message:

Themes: Remove a mp6 reference which is no longer needed. See #25948

File:
1 edited

Legend:

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

    r26323 r26460  
    203203        if ( this.model.get( 'active' ) ) {
    204204            this.$el.addClass( 'active' );
    205             this.$el.find( '.theme-name' ).addClass( 'mp6-primary' );
    206205            $( '.theme-overlay' ).addClass( 'active' );
    207206        }
Note: See TracChangeset for help on using the changeset viewer.