mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 05:31:27 +00:00
limit smart_date_time stuff to headlines only
This commit is contained in:
@@ -376,7 +376,7 @@ class Feeds extends Handler_Protected {
|
||||
# $content_link = "<a href=\"javascript:viewContentUrl('".$line["link"]."');\">" .
|
||||
# $line["title"] . "</a>";
|
||||
|
||||
$updated_fmt = make_local_datetime($line["updated"], false);
|
||||
$updated_fmt = make_local_datetime($line["updated"], false, false, false, true);
|
||||
$date_entered_fmt = T_sprintf("Imported at %s",
|
||||
make_local_datetime($line["date_entered"], false));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user