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:
Sergey Biryukov 2015-02-22 09:41:24 +00:00
parent d5b80a2be2
commit 677d37753f
3 changed files with 3 additions and 3 deletions

View File

@ -828,7 +828,7 @@ themes.view.Themes = wp.Backbone.View.extend({
index: 0,
// The theme count element
count: $( '.wp-filter .theme-count' ),
count: $( '.wp-core-ui .theme-count' ),
initialize: function( options ) {
var self = this;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @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.