mirror of
https://github.com/friendica/friendica
synced 2025-04-25 01:10:12 +00:00
Added content warning button
This commit is contained in:
parent
2468089d70
commit
1f06089e5e
7 changed files with 115 additions and 100 deletions
|
@ -1072,6 +1072,7 @@ class Post
|
|||
'$edbold' => DI::l10n()->t('Bold'),
|
||||
'$editalic' => DI::l10n()->t('Italic'),
|
||||
'$eduline' => DI::l10n()->t('Underline'),
|
||||
'$contentwarn' => DI::l10n()->t('Content Warning'),
|
||||
'$edquote' => DI::l10n()->t('Quote'),
|
||||
'$edemojis' => DI::l10n()->t('Add emojis'),
|
||||
'$edcode' => DI::l10n()->t('Code'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue