Don't escape broken vertical bar.

git-svn-id: https://develop.svn.wordpress.org/trunk@2520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-04-08 14:16:29 +00:00
parent f031e1a762
commit ace6f68c14
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ function ent2ncr($text) {
'£' => '£',
'¤' => '¤',
'¥' => '¥',
'\|' => '¦',
'|' => '¦',
'¦' => '¦',
'&brkbar;' => '¦',
'§' => '§',