diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 6365261cda..7eae8b0399 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -523,12 +523,10 @@ function wp_widget_text($args, $number = 1) { extract($args); $options = get_option('widget_text'); $title = $options[$number]['title']; - if ( empty($title) ) - $title = ' '; $text = apply_filters( 'the_content', $options[$number]['text'] ); ?> - +