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.


Built from https://develop.svn.wordpress.org/trunk@36204


git-svn-id: http://core.svn.wordpress.org/trunk@36171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2016-01-06 22:32:28 +00:00
parent 7ab65139c6
commit d5fd177b96
3 changed files with 3 additions and 3 deletions

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,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36185';
$wp_version = '4.5-alpha-36204';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.