Changeset 21577
- Timestamp:
- 08/22/2012 02:02:37 AM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r21498 r21577 436 436 'wp-admin/images/widgets-arrow-vs.gif', 437 437 'wp-admin/images/widgets-arrow.gif', 438 'wp-admin/images/wpspin_dark.gif', 438 439 'wp-includes/images/upload.png', 439 440 // Don't delete, yet: 'wp-admin/images/media-button-music.gif', -
trunk/wp-admin/widgets.php
r21270 r21577 396 396 <div class="sidebar-name-arrow"><br /></div> 397 397 <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> 399 399 <?php wp_list_widget_controls( $sidebar ); // Show the control forms for each of the widgets in this sidebar ?> 400 400 </div>
Note: See TracChangeset
for help on using the changeset viewer.