From 83fe113a39e78e06654c76cd33b645a9247c7f64 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 May 2007 14:57:12 +0100 Subject: block double quotes in tags --- functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.php') 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); -- cgit v1.2.3