From 5d17ead9b20017e1e0aad674912dae7fe61b8bd0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Nov 2007 10:05:04 +0100 Subject: headline caching fixes --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 8e81b3cce..0ff533525 100644 --- a/functions.php +++ b/functions.php @@ -4952,7 +4952,7 @@ print ""; } - return array($topmost_article_ids, $headlines_count); + return array($topmost_article_ids, $headlines_count, $feed); } // from here: http://www.roscripts.com/Create_tag_cloud-71.html -- cgit v1.2.3