diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 39ee6bd2ca..6365261cda 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -549,7 +549,7 @@ function wp_widget_text_control($number) { update_option('widget_text', $options); } $title = attribute_escape($options[$number]['title']); - $text = attribute_escape($options[$number]['text']); + $text = format_to_edit($options[$number]['text']); ?>