Make WordPress Core


Ignore:
Timestamp:
02/29/2012 01:17:21 AM (14 years ago)
Author:
koopersmith
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/customize-controls.php

    r20030 r20031  
    7070                <div id="customize-footer" class="customize-section">
    7171                        <?php
    72                         submit_button( __( 'Refresh' ), 'secondary', 'refresh', false );
    7372                        submit_button( __( 'Save' ), 'primary', 'save', false );
    7473                        ?>
Note: See TracChangeset for help on using the changeset viewer.