mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 07:51:49 +01:00
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,
|
||||
|
||||
// The theme count element
|
||||
count: $( '.theme-count' ),
|
||||
count: $( '.wp-filter .theme-count' ),
|
||||
|
||||
initialize: function( options ) {
|
||||
var self = this;
|
||||
|
2
wp-admin/js/theme.min.js
vendored
2
wp-admin/js/theme.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user