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

git-svn-id: http://core.svn.wordpress.org/trunk@23948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-04-10 15:55:53 +00:00
parent b2d13224ec
commit d454a9c86b
1 changed files with 0 additions and 1 deletions

View File

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