mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-24 09:11:24 +01:00
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:
parent
b2d13224ec
commit
d454a9c86b
@ -2246,7 +2246,6 @@ function ent2ncr($text) {
|
|||||||
$to_ncr = array(
|
$to_ncr = array(
|
||||||
'"' => '"',
|
'"' => '"',
|
||||||
'&' => '&',
|
'&' => '&',
|
||||||
'⁄' => '/',
|
|
||||||
'<' => '<',
|
'<' => '<',
|
||||||
'>' => '>',
|
'>' => '>',
|
||||||
'|' => '|',
|
'|' => '|',
|
||||||
|
Loading…
Reference in New Issue
Block a user