From 38dffbfe04981bfcec8e542347bcd8eef0d1102d Mon Sep 17 00:00:00 2001 From: markjaquith Date: Tue, 1 May 2012 21:05:02 +0000 Subject: [PATCH] Ignore this. Just need an un-synced-to-GitHub commit so I can switch to using the new core.svn.wordpress.org URL. git-svn-id: http://core.svn.wordpress.org/trunk@20672 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index a05a5673a..326530126 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -3059,7 +3059,7 @@ function wp_strip_all_tags($string, $remove_breaks = false) { if ( $remove_breaks ) $string = preg_replace('/[\r\n\t ]+/', ' ', $string); - return trim($string); + return trim( $string ); } /**