diff --git a/functions.php b/functions.php index f3f82d312..d12120a63 100644 --- a/functions.php +++ b/functions.php @@ -499,7 +499,7 @@ if (!$registered_title || $registered_title == "[Unknown]") { if (ENABLE_SIMPLEPIE) { - $feed_title = $rss->get_title(); + $feed_title = db_escape_string($rss->get_title()); } else { $feed_title = db_escape_string($rss->channel["title"]); }