Ticket #60187: theme.js.diff
File theme.js.diff, 532 bytes (added by , 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({ 1300 1300 // Find the next model within the collection. 1301 1301 nextModel = self.collection.at( self.collection.indexOf( model ) + 1 ); 1302 1302 1303 // Sanitycheck which also serves as a boundary test.1303 // Confidence check which also serves as a boundary test. 1304 1304 if ( nextModel !== undefined ) { 1305 1305 1306 1306 // We have a new theme...