Added content warning button

This commit is contained in:
Anubis2814 2023-06-15 12:55:54 -04:00
parent 2468089d70
commit 1f06089e5e
7 changed files with 115 additions and 100 deletions

View file

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