provide local time for notifications
This commit is contained in:
parent
125d2f24dd
commit
2fcbba9410
11 changed files with 32 additions and 20 deletions
|
@ -288,6 +288,7 @@ function notifications_content(&$a) {
|
|||
'$item_url' => $it['url'],
|
||||
'$item_text' => htmlentities($it['text']),
|
||||
'$item_when' => $it['when'],
|
||||
'$item_ago' => $it['ago'],
|
||||
'$item_seen' => $it['seen'],
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue