mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Normalize item comment template variable name
This commit is contained in:
parent
65b796ed1f
commit
8d5eb61ea3
10 changed files with 41 additions and 41 deletions
|
@ -628,7 +628,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
|||
'vote' => $likebuttons,
|
||||
'like' => '',
|
||||
'dislike' => '',
|
||||
'comment' => '',
|
||||
'comment_html' => '',
|
||||
'conv' => (($preview) ? '' : ['href'=> 'display/'.$item['guid'], 'title'=> DI::l10n()->t('View in context')]),
|
||||
'previewing' => $previewing,
|
||||
'wait' => DI::l10n()->t('Please wait'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue