From 58b35571bbf6dcaf117e032dc1fbaa3c4d86905c Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Wed, 6 Jan 2016 22:31:46 +0000 Subject: [PATCH] Themes: Avoid changing the count of themes with updates in network admin. Makes the count bubble selector a little more specific to avoid interfering with the admin menu, but not too specific for installed theme searches not to update the bubble. See [29786], [31495]. Fixes #35332. git-svn-id: https://develop.svn.wordpress.org/trunk@36204 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 1a91279bac..c655a5c18b 100644 --- a/src/wp-admin/js/theme.js +++ b/src/wp-admin/js/theme.js @@ -846,7 +846,7 @@ themes.view.Themes = wp.Backbone.View.extend({ index: 0, // The theme count element - count: $( '.wp-core-ui .theme-count' ), + count: $( '.wrap .theme-count' ), // The live themes count liveThemeCount: 0,