summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-21 10:05:04 +0100
committerAndrew Dolgov <[email protected]>2007-11-21 10:05:04 +0100
commit5d17ead9b20017e1e0aad674912dae7fe61b8bd0 (patch)
tree98464102d1ec368b1351866bb8b780d3e4f439e4 /functions.php
parent01b1c32d33eae03719cc3964f439f6e5681a9dc9 (diff)
headline caching fixes
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 8e81b3cce..0ff533525 100644
--- a/functions.php
+++ b/functions.php
@@ -4952,7 +4952,7 @@
print "</div>";
}
- 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