From 13ae8dd0bc2f767e2c4844b7eb5878a7d3e3679b Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 8 Apr 2005 14:16:29 +0000 Subject: [PATCH] Don't escape broken vertical bar. git-svn-id: http://svn.automattic.com/wordpress/trunk@2520 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions-formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions-formatting.php b/wp-includes/functions-formatting.php index fa1bf89e58..05b1fa878c 100644 --- a/wp-includes/functions-formatting.php +++ b/wp-includes/functions-formatting.php @@ -735,7 +735,7 @@ function ent2ncr($text) { '£' => '£', '¤' => '¤', '¥' => '¥', - '\|' => '¦', + '|' => '¦', '¦' => '¦', '&brkbar;' => '¦', '§' => '§',