mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Added [indent]
BBCode tag (#1375)
* Added `[indent]` BBCode tag * Update CHANGELOG.md * Update main.php * Update posting_editor.tpl
This commit is contained in:
parent
73eedb5c65
commit
a716283be0
5 changed files with 11 additions and 1 deletions
|
@ -1531,6 +1531,7 @@ $lang['ITALIC'] = 'Italic text: [i]text[/i] (Ctrl+I)';
|
|||
$lang['UNDERLINE'] = 'Underline text: [u]text[/u] (Ctrl+U)';
|
||||
$lang['STRIKEOUT'] = 'Strikeout text: [s]text[/s] (Ctrl+S)';
|
||||
$lang['BOX_TAG'] = 'Frame around text: [box]text[/box]';
|
||||
$lang['INDENT_TAG'] = 'Insert indent: [indent]text[/indent]';
|
||||
$lang['SUPERSCRIPT'] = 'Superscript text: [sup]text[/sup]';
|
||||
$lang['SUBSCRIPT'] = 'Subscript text: [sub]text[/sub]';
|
||||
$lang['QUOTE_TITLE'] = 'Quote text: [quote]text[/quote] (Ctrl+Q)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue