Themes: Remove a mp6 reference which is no longer needed. See #25948
git-svn-id: https://develop.svn.wordpress.org/trunk@26460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
23f2fbc433
commit
cda0502917
@ -202,7 +202,6 @@ themes.view.Theme = wp.Backbone.View.extend({
|
||||
activeTheme: function() {
|
||||
if ( this.model.get( 'active' ) ) {
|
||||
this.$el.addClass( 'active' );
|
||||
this.$el.find( '.theme-name' ).addClass( 'mp6-primary' );
|
||||
$( '.theme-overlay' ).addClass( 'active' );
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user