mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Use a more specific selector for the count displayed on Add Themes network admin screen.
props mantismamita, nikolov.tmw. fixes #29421. git-svn-id: https://develop.svn.wordpress.org/trunk@29786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -824,7 +824,7 @@ themes.view.Themes = wp.Backbone.View.extend({
|
||||
index: 0,
|
||||
|
||||
// The theme count element
|
||||
count: $( '.theme-count' ),
|
||||
count: $( '.wp-filter .theme-count' ),
|
||||
|
||||
initialize: function( options ) {
|
||||
var self = this;
|
||||
|
||||
Reference in New Issue
Block a user