Replace the dark spinner with the light on the widgets screen and retire wpspin_dark.gif, props helenyhou and lessbloat, fixes #20957
git-svn-id: http://core.svn.wordpress.org/trunk@21577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d2f6b4559f
commit
e00b17aac6
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
|
@ -435,6 +435,7 @@ $_old_files = array(
|
|||
'wp-admin/images/white-grad.png',
|
||||
'wp-admin/images/widgets-arrow-vs.gif',
|
||||
'wp-admin/images/widgets-arrow.gif',
|
||||
'wp-admin/images/wpspin_dark.gif',
|
||||
'wp-includes/images/upload.png',
|
||||
// Don't delete, yet: 'wp-admin/images/media-button-music.gif',
|
||||
// Don't delete, yet: 'wp-admin/images/media-button-other.gif',
|
||||
|
|
|
@ -395,7 +395,7 @@ foreach ( $wp_registered_sidebars as $sidebar => $registered_sidebar ) {
|
|||
<div class="sidebar-name">
|
||||
<div class="sidebar-name-arrow"><br /></div>
|
||||
<h3><?php echo esc_html( $registered_sidebar['name'] ); ?>
|
||||
<span><img src="<?php echo esc_url( admin_url( 'images/wpspin_dark.gif' ) ); ?>" class="ajax-feedback" title="" alt="" /></span></h3></div>
|
||||
<span><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" /></span></h3></div>
|
||||
<?php wp_list_widget_controls( $sidebar ); // Show the control forms for each of the widgets in this sidebar ?>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue