Make WordPress Core

Changeset 21577


Ignore:
Timestamp:
08/22/2012 02:02:37 AM (12 years ago)
Author:
azaozz
Message:

Replace the dark spinner with the light on the widgets screen and retire wpspin_dark.gif, props helenyhou and lessbloat, fixes #20957

Location:
trunk/wp-admin
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/update-core.php

    r21498 r21577  
    436436'wp-admin/images/widgets-arrow-vs.gif',
    437437'wp-admin/images/widgets-arrow.gif',
     438'wp-admin/images/wpspin_dark.gif',
    438439'wp-includes/images/upload.png',
    439440// Don't delete, yet: 'wp-admin/images/media-button-music.gif',
  • trunk/wp-admin/widgets.php

    r21270 r21577  
    396396    <div class="sidebar-name-arrow"><br /></div>
    397397    <h3><?php echo esc_html( $registered_sidebar['name'] ); ?>
    398     <span><img src="<?php echo esc_url( admin_url( 'images/wpspin_dark.gif' ) ); ?>" class="ajax-feedback" title="" alt="" /></span></h3></div>
     398    <span><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" /></span></h3></div>
    399399    <?php wp_list_widget_controls( $sidebar ); // Show the control forms for each of the widgets in this sidebar ?>
    400400    </div>
Note: See TracChangeset for help on using the changeset viewer.