mirror of
https://github.com/friendica/friendica
synced 2025-04-23 07:50:12 +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
|
@ -474,8 +474,8 @@ class Post
|
|||
'filer' => $filer,
|
||||
'drop' => $drop,
|
||||
'vote' => $buttons,
|
||||
'like' => $responses['like']['output'],
|
||||
'dislike' => $responses['dislike']['output'],
|
||||
'like_html' => $responses['like']['output'],
|
||||
'dislike_html' => $responses['dislike']['output'],
|
||||
'responses' => $responses,
|
||||
'switchcomment' => DI::l10n()->t('Comment'),
|
||||
'reply_label' => DI::l10n()->t('Reply to %s', $name_e),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue