item source
This commit is contained in:
parent
db336929cd
commit
55112cfdd0
9 changed files with 33 additions and 13 deletions
|
|
@ -191,7 +191,7 @@ function conversation(&$a, $items, $mode, $update) {
|
|||
'$thumb' => $profile_avatar,
|
||||
'$title' => $item['title'],
|
||||
'$body' => $body,
|
||||
'$ago' => relative_date($item['created']),
|
||||
'$ago' => (($item['app']) ? sprintf( t('%s from %s'),relative_date($item['created']),$item['app']) : relative_date($item['created'])),
|
||||
'$location' => $location,
|
||||
'$indent' => '',
|
||||
'$owner_url' => $owner_url,
|
||||
|
|
@ -464,7 +464,7 @@ function conversation(&$a, $items, $mode, $update) {
|
|||
'$sparkle' => $sparkle,
|
||||
'$title' => $item['title'],
|
||||
'$body' => $body,
|
||||
'$ago' => relative_date($item['created']),
|
||||
'$ago' => (($item['app']) ? sprintf( t('%s from %s'),relative_date($item['created']),$item['app']) : relative_date($item['created'])),
|
||||
'$lock' => $lock,
|
||||
'$location' => $location,
|
||||
'$indent' => $indent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue