From c157da89600094acea15631cd1d49cfd8443abe0 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 22 May 2007 17:18:41 +0000 Subject: No need to filter this git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@979 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes/widgets.php') diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 7eae8b0..f4e2681 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']; ?> -- cgit