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

props mantismamita, nikolov.tmw.
fixes #29421.
Built from https://develop.svn.wordpress.org/trunk@29786


git-svn-id: http://core.svn.wordpress.org/trunk@29558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-09-29 13:07:17 +00:00
parent 28bf972789
commit 18606f2d2b
2 changed files with 2 additions and 2 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;

File diff suppressed because one or more lines are too long