Remove duplicate array key. props tivnet. fixes #24021.

git-svn-id: https://develop.svn.wordpress.org/trunk@23948 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-04-10 15:55:53 +00:00
parent f646510aaa
commit 6b040372c1
1 changed files with 0 additions and 1 deletions

View File

@ -2246,7 +2246,6 @@ function ent2ncr($text) {
$to_ncr = array(
'"' => '"',
'&' => '&',
'⁄' => '/',
'<' => '<',
'>' => '>',
'|' => '|',