mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Themes: Update the theme count when searching for installed themes, like we do on Add Themes screen.
props afercia. see #26600. Built from https://develop.svn.wordpress.org/trunk@31495 git-svn-id: http://core.svn.wordpress.org/trunk@31476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d5b80a2be2
commit
677d37753f
@ -828,7 +828,7 @@ themes.view.Themes = wp.Backbone.View.extend({
|
|||||||
index: 0,
|
index: 0,
|
||||||
|
|
||||||
// The theme count element
|
// The theme count element
|
||||||
count: $( '.wp-filter .theme-count' ),
|
count: $( '.wp-core-ui .theme-count' ),
|
||||||
|
|
||||||
initialize: function( options ) {
|
initialize: function( options ) {
|
||||||
var self = this;
|
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
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31494';
|
$wp_version = '4.2-alpha-31495';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user