mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Improve page loads in the theme customizer by layering loading iframes. Automate refreshing, but debounce multiple refresh events to prevent hammering the server with requests. see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20031 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -69,7 +69,6 @@ do_action( 'customize_controls_print_scripts' );
|
||||
|
||||
<div id="customize-footer" class="customize-section">
|
||||
<?php
|
||||
submit_button( __( 'Refresh' ), 'secondary', 'refresh', false );
|
||||
submit_button( __( 'Save' ), 'primary', 'save', false );
|
||||
?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user