From 18ffeef266f156c2afb2e2b0797e322cca492f02 Mon Sep 17 00:00:00 2001 From: SergeyBiryukov Date: Sun, 22 Feb 2015 09:40:01 +0000 Subject: [PATCH] Themes: Update the theme count when searching for installed themes, like we do on Add Themes screen. props afercia. see #26600. git-svn-id: https://develop.svn.wordpress.org/trunk@31495 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/js/theme.js b/src/wp-admin/js/theme.js index fc659ef869..f445082d41 100644 --- a/src/wp-admin/js/theme.js +++ b/src/wp-admin/js/theme.js @@ -828,7 +828,7 @@ themes.view.Themes = wp.Backbone.View.extend({ index: 0, // The theme count element - count: $( '.wp-filter .theme-count' ), + count: $( '.wp-core-ui .theme-count' ), initialize: function( options ) { var self = this;