From 6b040372c137d501bda7143f6b4638c5d294ddb3 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: https://develop.svn.wordpress.org/trunk@23948 602fd350-edb4-49c9-b593-d223f7449a82 --- 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( '"' => '"', '&' => '&', - '⁄' => '/', '<' => '<', '>' => '>', '|' => '|',