Normalize item like/dislike template variable name

This commit is contained in:
Hypolite Petovan 2020-09-13 19:44:11 -04:00
parent 8d5eb61ea3
commit 3fa3e78844
5 changed files with 10 additions and 10 deletions

View file

@ -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,