From 029d1dbaa48eda4b10a4d0e3a8cd55edc49d5ada Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 29 Sep 2014 13:06:17 +0000 Subject: [PATCH] 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 --- 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 57e33127ac..7f688a4ac8 100644 --- a/src/wp-admin/js/theme.js +++ b/src/wp-admin/js/theme.js @@ -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;