From 8682ef7789d54319c364be764fa4ed6bdc2e95a7 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 24 Dec 2003 21:57:16 +0000 Subject: [PATCH] We don't need to numeric amp. git-svn-id: https://develop.svn.wordpress.org/trunk@651 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/vars.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/vars.php b/wp-includes/vars.php index f5dc7a17d5..0f570f7fbb 100644 --- a/wp-includes/vars.php +++ b/wp-includes/vars.php @@ -62,7 +62,7 @@ $wp_htmltransbis = array( '€' => '€', '<' => '<', # preserve fake HTML '>' => '>', # preserve fake HTML - '&sp;' => ' ', '!' => '!', '"' => '"', '#' => '#', '$' => '$', '%' => '%', '&' => '&', ''' => ''', '(' => '(', ')' => ')', + '&sp;' => ' ', '!' => '!', '"' => '"', '#' => '#', '$' => '$', '%' => '%', ''' => ''', '(' => '(', ')' => ')', '*' => '*', '+' => '+', ',' => ',', '‐' => '-', '−' => '-', '.' => '.', '/' => '/', ':' => ':', ';' => ';', '<' => '<', '=' => '=', '>' => '>', '?' => '?', '@' => '@', '[' => '[', '\' => '\', ']' => ']', 'ˆ' => '^', '_' => '_', '―' => '_', '`' => '`', '{' => '{', '|' => '|', '}' => '}', '˜' => '~', '‚' => '‚', '„' => '„',