We don't need to numeric amp.

git-svn-id: https://develop.svn.wordpress.org/trunk@651 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-12-24 21:57:16 +00:00
parent a81f4116dd
commit 8682ef7789
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ $wp_htmltransbis = array(
'€' => '€',
'<' => '<', # preserve fake HTML
'>' => '>', # preserve fake HTML
'&sp;' => ' ', '!' => '!', '"' => '"', '#' => '#', '$' => '$', '%' => '%', '&' => '&', ''' => ''', '(' => '(', ')' => ')',
'&sp;' => ' ', '!' => '!', '"' => '"', '#' => '#', '$' => '$', '%' => '%', ''' => ''', '(' => '(', ')' => ')',
'*' => '*', '+' => '+', ',' => ',', '‐' => '-', '−' => '-', '.' => '.', '/' => '/', ':' => ':', ';' => '&#59;', '<' => '<',
'=' => '=', '>' => '>', '?' => '?', '@' => '@', '[' => '[', '\' => '\', ']' => ']', 'ˆ' => '^', '_' => '_', '―' => '_',
'`' => '`', '{' => '{', '|' => '|', '}' => '}', '˜' => '~', '‚' => '‚', '„' => '„',