diff --git a/functions.php b/functions.php index 3ed2a1966..7c3e8d0a3 100644 --- a/functions.php +++ b/functions.php @@ -5498,7 +5498,7 @@ $tag = mb_strtolower($tag, 'utf-8'); - $tag = preg_replace('/[\"\+\>\<]/', "", $tag); + $tag = preg_replace('/[\'\"\+\>\<]/', "", $tag); // $tag = str_replace('"', "", $tag); // $tag = str_replace("+", " ", $tag);