mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
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:
parent
9e91f753f8
commit
58b35571bb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user