mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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:
@@ -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 : ' '; ?>
|
||||
</div>
|
||||
|
||||
<br class="clear" />
|
||||
|
||||
Reference in New Issue
Block a user