From c7188969ddd3777cecf38f02822c738b4a6f8df4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Jun 2006 06:35:29 +0100 Subject: fix display of site url in viewfeed mode --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index f56ee34d4..d246ee98c 100644 --- a/functions.php +++ b/functions.php @@ -1990,7 +1990,7 @@ $limit_query_part"); } - return array($result, $feed_title); + return array($result, $feed_title, $feed_site_url, $last_error); } -- cgit v1.2.3