block double quotes in tags

master
Andrew Dolgov 17 years ago
parent 5b10ad15e7
commit 83fe113a39

@ -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);

Loading…
Cancel
Save