Make WordPress Core


Ignore:
Timestamp:
05/05/2009 06:57:43 PM (16 years ago)
Author:
azaozz
Message:

Add wpspin_light and wpspin_dark spinners

File:
1 edited

Legend:

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

    r11166 r11203  
    358358        <div class="sidebar-name-arrow"><br /></div>
    359359        <h3><?php _e('Inactive Widgets'); ?>
    360         <span><img src="images/wpspin.gif" class="ajax-feedback" title="" alt="" /></span></h3></div>
     360        <span><img src="images/wpspin_light.gif" class="ajax-feedback" title="" alt="" /></span></h3></div>
    361361        <div class="widget-holder inactive">
    362362        <p class="description"><?php _e('Drag widgets here to remove them from the sidebar but keep their settings.'); ?></p>
     
    380380    <div class="sidebar-name-arrow"><br /></div>
    381381    <h3><?php echo wp_specialchars( $registered_sidebar['name'] ); ?>
    382     <span><img src="images/wpspin.gif" class="ajax-feedback" title="" alt="" /></span></h3></div>
     382    <span><img src="images/wpspin_dark.gif" class="ajax-feedback" title="" alt="" /></span></h3></div>
    383383    <?php wp_list_widget_controls( $sidebar ); // Show the control forms for each of the widgets in this sidebar ?>
    384384    </div>
Note: See TracChangeset for help on using the changeset viewer.