Normalize item_photo_menu template variable name

This commit is contained in:
Hypolite Petovan 2020-09-13 19:40:59 -04:00
parent 2bfd53bf09
commit 65b796ed1f
12 changed files with 12 additions and 12 deletions

View file

@ -444,8 +444,8 @@ class Post
'wall' => DI::l10n()->t('Wall-to-Wall'),
'vwall' => DI::l10n()->t('via Wall-To-Wall:'),
'profile_url' => $profile_link,
'item_photo_menu' => item_photo_menu($item),
'name' => $name_e,
'item_photo_menu_html' => item_photo_menu($item),
'thumb' => DI::baseUrl()->remove($item['author-avatar']),
'osparkle' => $osparkle,
'sparkle' => $sparkle,