mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Added [box]
BBCode tag (#1368)
* Added `[box]` BBCode tag * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
parent
c82147a4a0
commit
7323f5cd34
5 changed files with 21 additions and 1 deletions
|
@ -1530,6 +1530,7 @@ $lang['BOLD'] = 'Bold text: [b]text[/b] (Ctrl+B)';
|
|||
$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['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