From 1b53ffa6af4968ee1cb933dfed6bd0c67d52aade Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 1 Feb 2005 01:13:11 +0000 Subject: [PATCH] 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 --- wp-includes/functions-formatting.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-includes/functions-formatting.php b/wp-includes/functions-formatting.php index d057167f4b..a4e6b110d6 100644 --- a/wp-includes/functions-formatting.php +++ b/wp-includes/functions-formatting.php @@ -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);