Don't escape broken vertical bar.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
14c439eaad
commit
13ae8dd0bc
|
@ -735,7 +735,7 @@ function ent2ncr($text) {
|
||||||
'£' => '£',
|
'£' => '£',
|
||||||
'¤' => '¤',
|
'¤' => '¤',
|
||||||
'¥' => '¥',
|
'¥' => '¥',
|
||||||
'\|' => '¦',
|
'|' => '¦',
|
||||||
'¦' => '¦',
|
'¦' => '¦',
|
||||||
'&brkbar;' => '¦',
|
'&brkbar;' => '¦',
|
||||||
'§' => '§',
|
'§' => '§',
|
||||||
|
|
Loading…
Reference in New Issue