Copyright and registered corrections cause more trouble than they help

git-svn-id: https://develop.svn.wordpress.org/trunk@2178 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-02-01 01:13:11 +00:00
parent f4ae90174e
commit 1b53ffa6af
1 changed files with 0 additions and 2 deletions

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);