diff --git a/functions.php b/functions.php index 6ac0eecaf..03e511d9f 100644 --- a/functions.php +++ b/functions.php @@ -1917,7 +1917,7 @@ function subscribe_to_feed($link, $feed_link, $cat_id = 0) { - $feed_link = preg_replace("/^feed://", "", $feed_link); + $feed_link = preg_replace("/^feed:/", "", $feed_link); if ($cat_id == "0" || !$cat_id) { $cat_qpart = "NULL";