Merge pull request #8015 from annando/ago

Fix the "ago" date (with "received at") for other themes than frio
pull/8016/head
Philipp 2019-12-26 21:19:26 +01:00 zatwierdzone przez GitHub
commit ad0be213d7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -420,7 +420,7 @@ class Post extends BaseObject
'localtime' => DateTimeFormat::local($item['created'], 'r'),
'ago' => $item['app'] ? L10n::t('%s from %s', $ago, $item['app']) : $ago,
'app' => $item['app'],
'created' => Temporal::getRelativeDate($item['created']),
'created' => $ago,
'lock' => $lock,
'location' => $location_e,
'indent' => $indent,