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
This commit is contained in:
Konstantin Obenland 2016-01-06 22:31:46 +00:00
parent 9e91f753f8
commit 58b35571bb

View File

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