From ace6f68c14c7946f0345a5593d3ecf5f8f1af4be Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 8 Apr 2005 14:16:29 +0000 Subject: [PATCH] Don't escape broken vertical bar. git-svn-id: https://develop.svn.wordpress.org/trunk@2520 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;' => '¦', '§' => '§',