Make WordPress Core

Ticket #60187: theme.js.diff

File theme.js.diff, 532 bytes (added by dartiss, 16 months ago)
  • wp-admin/js/theme.js

    diff --git a/wp-admin/js/theme.js b/wp-admin/js/theme.js
    index 5daf04f7d7b5..13ed5aab4e8d 100644
    a b themes.view.Themes = wp.Backbone.View.extend({ 
    13001300                // Find the next model within the collection.
    13011301                nextModel = self.collection.at( self.collection.indexOf( model ) + 1 );
    13021302
    1303                 // Sanity check which also serves as a boundary test.
     1303                // Confidence check which also serves as a boundary test.
    13041304                if ( nextModel !== undefined ) {
    13051305
    13061306                        // We have a new theme...