summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-19 14:57:12 +0100
committerAndrew Dolgov <[email protected]>2007-05-19 14:57:12 +0100
commit83fe113a39e78e06654c76cd33b645a9247c7f64 (patch)
treec6bb1a2d75d334c16439a93378c43051f4d8559e /functions.php
parent5b10ad15e7ba4a350dc03f56fdb71f2cb3b248be (diff)
block double quotes in tags
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);