Make WordPress Core


Ignore:
Timestamp:
05/10/2009 12:49:48 AM (16 years ago)
Author:
azaozz
Message:

Append the widget's title to the header, adjust sidebar height after changing widgets, see #9511

File:
1 edited

Legend:

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

    r11204 r11246  
    173173        <a class="widget-control-edit hide-if-js" href="<?php echo clean_url( add_query_arg( $query_arg ) ); ?>"><span class="edit"><?php _e('Edit'); ?></span><span class="add"><?php _e('Add'); ?></span></a>
    174174    </div>
    175     <div class="widget-title"><h4><?php echo $widget_title ?></h4></div>
     175    <div class="widget-title"><h4><?php echo $widget_title ?><span class="in-widget-title"></span></h4></div>
    176176    </div>
    177177
Note: See TracChangeset for help on using the changeset viewer.