Use a more specific selector for the count displayed on Add Themes network admin screen.

props mantismamita, nikolov.tmw.
fixes #29421.

git-svn-id: https://develop.svn.wordpress.org/trunk@29786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-09-29 13:06:17 +00:00
parent 7402030670
commit 029d1dbaa4
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ themes.view.Themes = wp.Backbone.View.extend({
index: 0,
// The theme count element
count: $( '.theme-count' ),
count: $( '.wp-filter .theme-count' ),
initialize: function( options ) {
var self = this;