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: https://develop.svn.wordpress.org/trunk@21577 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ce9a8bdd8e
commit
e4759ac950
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/white-grad.png',
|
||||||
'wp-admin/images/widgets-arrow-vs.gif',
|
'wp-admin/images/widgets-arrow-vs.gif',
|
||||||
'wp-admin/images/widgets-arrow.gif',
|
'wp-admin/images/widgets-arrow.gif',
|
||||||
|
'wp-admin/images/wpspin_dark.gif',
|
||||||
'wp-includes/images/upload.png',
|
'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-music.gif',
|
||||||
// Don't delete, yet: 'wp-admin/images/media-button-other.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">
|
||||||
<div class="sidebar-name-arrow"><br /></div>
|
<div class="sidebar-name-arrow"><br /></div>
|
||||||
<h3><?php echo esc_html( $registered_sidebar['name'] ); ?>
|
<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 ?>
|
<?php wp_list_widget_controls( $sidebar ); // Show the control forms for each of the widgets in this sidebar ?>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user