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:
parent
7ab65139c6
commit
d5fd177b96
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue