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

git-svn-id: https://develop.svn.wordpress.org/trunk@11246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-10 00:49:48 +00:00
parent 8d6cb67233
commit f6a357da51
8 changed files with 85 additions and 24 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ function wp_widget_control( $sidebar_args ) {
<a class="widget-action hide-if-no-js" href="#available-widgets"></a>
<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>
</div>
<div class="widget-title"><h4><?php echo $widget_title ?></h4></div>
<div class="widget-title"><h4><?php echo $widget_title ?><span class="in-widget-title"></span></h4></div>
</div>
<div class="widget-inside">