Make WordPress Core

Ticket #29421: theme.diff

File theme.diff, 387 bytes (added by nikolov.tmw, 10 years ago)
  • src/wp-admin/js/theme.js

     
    824824        index: 0,
    825825
    826826        // The theme count element
    827         count: $( '.theme-count' ),
     827        count: $( '#wpbody-content .theme-count' ),
    828828
    829829        initialize: function( options ) {
    830830                var self = this;