Make WordPress Core

Changeset 31495


Ignore:
Timestamp:
02/22/2015 09:40:01 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Themes: Update the theme count when searching for installed themes, like we do on Add Themes screen.

props afercia.
see #26600.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/theme.js

    r31471 r31495  
    829829
    830830    // The theme count element
    831     count: $( '.wp-filter .theme-count' ),
     831    count: $( '.wp-core-ui .theme-count' ),
    832832
    833833    initialize: function( options ) {
Note: See TracChangeset for help on using the changeset viewer.