Make WordPress Core


Ignore:
Timestamp:
09/26/2012 07:57:44 PM (12 years ago)
Author:
nacin
Message:

New HiDPI spinner. Uses clean <span class="spinner"></span> markup.

Be on the lookout for weirdness.
props lessbloat. see #21456.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/customize.php

    r21135 r22019  
    7373                submit_button( $save_text, 'primary', 'save', false );
    7474            ?>
    75             <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" />
     75            <span class="spinner"></span>
    7676            <a class="back button" href="<?php echo esc_url( $return ? $return : admin_url( 'themes.php' ) ); ?>">
    7777                <?php _e( 'Cancel' ); ?>
Note: See TracChangeset for help on using the changeset viewer.