From d454a9c86b6085c077ffb330729f69642b0feb99 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 10 Apr 2013 15:55:53 +0000 Subject: [PATCH] Remove duplicate array key. props tivnet. fixes #24021. git-svn-id: http://core.svn.wordpress.org/trunk@23948 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 0052bcc8da..7a7ef52bb1 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -2246,7 +2246,6 @@ function ent2ncr($text) { $to_ncr = array( '"' => '"', '&' => '&', - '⁄' => '/', '<' => '<', '>' => '>', '|' => '|',