Changeset 14347 for trunk/wp-admin/widgets.php
- Timestamp:
- 05/02/2010 10:53:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/widgets.php
r14139 r14347 366 366 <div class="sidebar-name-arrow"><br /></div> 367 367 <h3><?php _e('Inactive Widgets'); ?> 368 <span><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' )); ?>" class="ajax-feedback" title="" alt="" /></span></h3></div>368 <span><img src="<?php echo admin_url( 'images/wpspin_light.gif' ); ?>" class="ajax-feedback" title="" alt="" /></span></h3></div> 369 369 <div class="widget-holder inactive"> 370 370 <p class="description"><?php _e('Drag widgets here to remove them from the sidebar but keep their settings.'); ?></p> … … 388 388 <div class="sidebar-name-arrow"><br /></div> 389 389 <h3><?php echo esc_html( $registered_sidebar['name'] ); ?> 390 <span><img src="<?php echo esc_url( admin_url( 'images/wpspin_dark.gif' )); ?>" class="ajax-feedback" title="" alt="" /></span></h3></div>390 <span><img src="<?php echo admin_url( 'images/wpspin_dark.gif' ); ?>" class="ajax-feedback" title="" alt="" /></span></h3></div> 391 391 <?php wp_list_widget_controls( $sidebar ); // Show the control forms for each of the widgets in this sidebar ?> 392 392 </div>
Note: See TracChangeset
for help on using the changeset viewer.