mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Normalize item like/dislike template variable name
This commit is contained in:
parent
8d5eb61ea3
commit
3fa3e78844
5 changed files with 10 additions and 10 deletions
|
@ -626,8 +626,8 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
|||
'star' => $star,
|
||||
'drop' => $drop,
|
||||
'vote' => $likebuttons,
|
||||
'like' => '',
|
||||
'dislike' => '',
|
||||
'like_html' => '',
|
||||
'dislike_html' => '',
|
||||
'comment_html' => '',
|
||||
'conv' => (($preview) ? '' : ['href'=> 'display/'.$item['guid'], 'title'=> DI::l10n()->t('View in context')]),
|
||||
'previewing' => $previewing,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue