Dashboard IE fixes from mdawaffe. see #5750

git-svn-id: https://develop.svn.wordpress.org/trunk@7197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-10 05:47:07 +00:00
parent f4158a9fc9
commit a2a407faf4
3 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ function wp_list_widgets( $show = 'all', $_search = false ) {
<?php endif; ?>
<div class="widget-description">
<?php echo wp_widget_description( $widget['id'] ); ?>
<?php echo ( $widget_description = wp_widget_description( $widget['id'] ) ) ? $widget_description : '&nbsp;'; ?>
</div>
<br class="clear" />