mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:45:55 +00:00
move timestamp-related stuff to a separate class
This commit is contained in:
@@ -414,7 +414,7 @@ class Handler_Public extends Handler {
|
||||
$rv .= "<div class='row'>"; # row
|
||||
|
||||
//$entry_author = $line["author"] ? " - " . $line["author"] : "";
|
||||
$parsed_updated = make_local_datetime($line["updated"], true,
|
||||
$parsed_updated = TimeHelper::make_local_datetime($line["updated"], true,
|
||||
$owner_uid, true);
|
||||
|
||||
$rv .= "<div>".$line['author']."</div>";
|
||||
|
||||
Reference in New Issue
Block a user