Copyright and registered corrections cause more trouble than they help

git-svn-id: http://svn.automattic.com/wordpress/trunk@2178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-02-01 01:13:11 +00:00
parent 01b7f5aaf4
commit 1a10aedc78

View File

@ -32,8 +32,6 @@ function wptexturize($text) {
$curl = preg_replace('/"(\s|\S|\Z)/', '”$1', $curl);
$curl = preg_replace("/'([\s.]|\Z)/", '’$1', $curl);
$curl = preg_replace("/ \(tm\)/i", ' ™', $curl);
$curl = preg_replace("/ \(c\)/i", ' ©', $curl);
$curl = preg_replace("/ \(r\)/i", ' ®', $curl);
$curl = str_replace("''", '”', $curl);
$curl = preg_replace('/(d+)x(\d+)/', "$1×$2", $curl);