1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15422] Remove redundant BBCode helpline

PHPBB3-15422
This commit is contained in:
mrgoldy
2019-09-04 15:29:50 +02:00
parent 9c15594fe4
commit 2a32d74d20
4 changed files with 5 additions and 55 deletions

View File

@@ -1117,7 +1117,6 @@ function display_custom_bbcodes()
'BBCODE_TAG' => $row['bbcode_tag'],
'BBCODE_TAG_CLEAN' => str_replace('=', '-', $row['bbcode_tag']),
'BBCODE_HELPLINE' => $row['bbcode_helpline'],
'A_BBCODE_HELPLINE' => str_replace(array('&amp;', '&quot;', "'", '&lt;', '&gt;'), array('&', '"', "\'", '<', '>'), $row['bbcode_helpline']),
);
/**