Themes: Remove a mp6 reference which is no longer needed. See #25948
Built from https://develop.svn.wordpress.org/trunk@26460 git-svn-id: http://core.svn.wordpress.org/trunk@26358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
72166b14ad
commit
3e094ca937
|
@ -202,7 +202,6 @@ themes.view.Theme = wp.Backbone.View.extend({
|
||||||
activeTheme: function() {
|
activeTheme: function() {
|
||||||
if ( this.model.get( 'active' ) ) {
|
if ( this.model.get( 'active' ) ) {
|
||||||
this.$el.addClass( 'active' );
|
this.$el.addClass( 'active' );
|
||||||
this.$el.find( '.theme-name' ).addClass( 'mp6-primary' );
|
|
||||||
$( '.theme-overlay' ).addClass( 'active' );
|
$( '.theme-overlay' ).addClass( 'active' );
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue