Use a more specific selector for the count displayed on Add Themes network admin screen.
props mantismamita, nikolov.tmw. fixes #29421. Built from https://develop.svn.wordpress.org/trunk@29786 git-svn-id: http://core.svn.wordpress.org/trunk@29558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
28bf972789
commit
18606f2d2b
|
@ -824,7 +824,7 @@ themes.view.Themes = wp.Backbone.View.extend({
|
||||||
index: 0,
|
index: 0,
|
||||||
|
|
||||||
// The theme count element
|
// The theme count element
|
||||||
count: $( '.theme-count' ),
|
count: $( '.wp-filter .theme-count' ),
|
||||||
|
|
||||||
initialize: function( options ) {
|
initialize: function( options ) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue