mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Fix undefined tamplate variables in comment_item.tpl
- Remove unused "type" hidden field in comment form - Remove unused moderated_comment.tpl files
This commit is contained in:
parent
f69dab6d1c
commit
da2ce5c4f4
8 changed files with 1 additions and 100 deletions
|
@ -1212,6 +1212,7 @@ function status_editor(App $a, $x, $notes_cid = 0, $popup = false)
|
|||
'$edimg' => DI::l10n()->t('Image'),
|
||||
'$edurl' => DI::l10n()->t('Link'),
|
||||
'$edattach' => DI::l10n()->t('Link or Media'),
|
||||
'$edvideo' => DI::l10n()->t('Video'),
|
||||
'$setloc' => DI::l10n()->t('Set your location'),
|
||||
'$shortsetloc' => DI::l10n()->t('set location'),
|
||||
'$noloc' => DI::l10n()->t('Clear browser location'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue