mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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;' => '¦',
|
||||
'§' => '§',
|
||||
|
Loading…
Reference in New Issue
Block a user