diff --git a/functions.php b/functions.php index 4b1fae84a..f6783ff94 100644 --- a/functions.php +++ b/functions.php @@ -3990,6 +3990,8 @@ $tag = mb_strtolower($tag, 'utf-8'); + $tag = str_replace('\"', "", $tag); + $tag = str_replace('"', "", $tag); $tag = str_replace("+", " ", $tag); $tag = str_replace("technorati tag: ", "", $tag);