From 3d15f1aad4b8aa9848e36f295ac6fc9cfd5e68ef Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 20 Apr 2009 19:59:46 +0000 Subject: [PATCH] Add option to run wpautop for text widget. Props Denis-de-Bernardy. fixes #5113 git-svn-id: http://svn.automattic.com/wordpress/trunk@11018 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-widgets.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index f75084082..d8f67e3fe 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -355,7 +355,7 @@ class WP_Widget_Text extends WP_Widget { $text = apply_filters( 'widget_text', $instance['text'] ); echo $before_widget; if ( !empty( $title ) ) { echo $before_title . $title . $after_title; } ?> -
+

+