From ca460de5458e35b012e643b2af4880312c06d0f6 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 1 Dec 2005 15:28:34 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@454 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-includes/functions-formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-inst/wp-includes/functions-formatting.php') diff --git a/wp-inst/wp-includes/functions-formatting.php b/wp-inst/wp-includes/functions-formatting.php index c179df2..8b959d4 100644 --- a/wp-inst/wp-includes/functions-formatting.php +++ b/wp-inst/wp-includes/functions-formatting.php @@ -994,7 +994,7 @@ function ent2ncr($text) { function wp_richedit_pre($text) { // Filtering a blank results in an annoying
\n - if ( empty($text) ) return ''; + if ( empty($text) ) return '

'; $output = $text; $output = html_entity_decode($output); // undoes format_to_edit() -- cgit