summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-09-12 14:37:47 +0400
committerAndrew Dolgov <[email protected]>2010-09-12 14:37:47 +0400
commit78ac6caf001402142951ec90e8d0a1dac02e433b (patch)
tree11aeaa928f2c79ab776a822ae655d91fbb3925d4 /functions.php
parentef1ef3bc29b3324830c26efa9678568c4c530e2f (diff)
digest: support tags
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 2174460b4..232ee7c1f 100644
--- a/functions.php
+++ b/functions.php
@@ -6783,6 +6783,7 @@
"title" => $line["title"],
"link" => $line["link"],
"feed_id" => $line["feed_id"],
+ "tags" => get_article_tags($link, $line["id"]),
);
if ($show_excerpt) {