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