From 223d1b272bdd2cc9868c407fbce662fecaee1024 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 24 Dec 2003 21:57:16 +0000 Subject: [PATCH] We don't need to numeric amp. git-svn-id: http://svn.automattic.com/wordpress/trunk@651 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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;' => ' ', '!' => '!', '"' => '"', '#' => '#', '$' => '$', '%' => '%', ''' => ''', '(' => '(', ')' => ')', '*' => '*', '+' => '+', ',' => ',', '‐' => '-', '−' => '-', '.' => '.', '/' => '/', ':' => ':', ';' => ';', '<' => '<', '=' => '=', '>' => '>', '?' => '?', '@' => '@', '[' => '[', '\' => '\', ']' => ']', 'ˆ' => '^', '_' => '_', '―' => '_', '`' => '`', '{' => '{', '|' => '|', '}' => '}', '˜' => '~', '‚' => '‚', '„' => '„',