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:
parent
f031e1a762
commit
ace6f68c14
@ -735,7 +735,7 @@ function ent2ncr($text) {
|
||||
'£' => '£',
|
||||
'¤' => '¤',
|
||||
'¥' => '¥',
|
||||
'\|' => '¦',
|
||||
'|' => '¦',
|
||||
'¦' => '¦',
|
||||
'&brkbar;' => '¦',
|
||||
'§' => '§',
|
||||
|
Loading…
Reference in New Issue
Block a user