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:
parent
f4ae90174e
commit
1b53ffa6af
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user