summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
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);