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:
Dion Hulse 2013-11-29 02:03:10 +00:00
parent 72166b14ad
commit 3e094ca937
2 changed files with 1 additions and 2 deletions

View File

@ -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' );
}
},

File diff suppressed because one or more lines are too long