1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 22:51:29 +00:00

digest: support tags

This commit is contained in:
Andrew Dolgov
2010-09-12 14:37:47 +04:00
parent ef1ef3bc29
commit 78ac6caf00
5 changed files with 68 additions and 11 deletions

View File

@@ -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) {