Ticket #25963: 25963.4.diff
File 25963.4.diff, 902 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/js/theme.js
370 370 themes.view.Themes = wp.Backbone.View.extend({ 371 371 372 372 className: 'themes', 373 $overlay: $( 'div.theme-overlay' ), 373 374 374 375 // Number to keep track of scroll position 375 376 // while in theme-overlay mode … … 497 498 }); 498 499 499 500 this.overlay.render(); 500 this.$ el.append( this.overlay.el );501 this.$overlay.html( this.overlay.el ); 501 502 502 503 this.overlay.screenshotGallery(); 503 504 -
src/wp-admin/themes.php
180 180 ?> 181 181 182 182 <div class="theme-browser"></div> 183 <div class="theme-overlay"></div> 183 184 184 185 <?php 185 186 // List broken themes, if any.