Make WordPress Core

Changeset 36204


Ignore:
Timestamp:
01/06/2016 10:31:46 PM (10 years ago)
Author:
obenland
Message:

Themes: Avoid changing the count of themes with updates in network admin.

Makes the count bubble selector a little more specific to avoid interfering
with the admin menu, but not too specific for installed theme searches not to
update the bubble.

See [29786], [31495].
Fixes #35332.

File:
1 edited

Legend:

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

    r35647 r36204  
    847847
    848848    // The theme count element
    849     count: $( '.wp-core-ui .theme-count' ),
     849    count: $( '.wrap .theme-count' ),
    850850
    851851    // The live themes count
Note: See TracChangeset for help on using the changeset viewer.