Make WordPress Core

Changeset 29786


Ignore:
Timestamp:
09/29/2014 01:06:17 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Use a more specific selector for the count displayed on Add Themes network admin screen.

props mantismamita, nikolov.tmw.
fixes #29421.

File:
1 edited

Legend:

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

    r29596 r29786  
    825825
    826826    // The theme count element
    827     count: $( '.theme-count' ),
     827    count: $( '.wp-filter .theme-count' ),
    828828
    829829    initialize: function( options ) {
Note: See TracChangeset for help on using the changeset viewer.