From cda0502917810c4e9fc1ae2b1bdf2fe4bfc3485f Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Fri, 29 Nov 2013 02:02:23 +0000 Subject: [PATCH] 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 --- src/wp-admin/js/theme.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/js/theme.js b/src/wp-admin/js/theme.js index db62c136bd..36853a56a5 100644 --- a/src/wp-admin/js/theme.js +++ b/src/wp-admin/js/theme.js @@ -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' ); } },