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
This commit is contained in:
SergeyBiryukov 2015-02-22 09:40:01 +00:00
parent 87717c1218
commit 18ffeef266
1 changed files with 1 additions and 1 deletions

View File

@ -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;