aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authormrgoldy <gijsmartens1@gmail.com>2019-09-04 15:29:50 +0200
committermrgoldy <gijsmartens1@gmail.com>2019-09-04 15:29:50 +0200
commit2a32d74d2067e046ee0167490a57fe904186c6f4 (patch)
tree7534c63de150d025f6f1ded3f48447b653a78425 /phpBB/includes
parent9c15594fe498a8a1640bb89aa0c93800918a9798 (diff)
downloadforums-2a32d74d2067e046ee0167490a57fe904186c6f4.tar
forums-2a32d74d2067e046ee0167490a57fe904186c6f4.tar.gz
forums-2a32d74d2067e046ee0167490a57fe904186c6f4.tar.bz2
forums-2a32d74d2067e046ee0167490a57fe904186c6f4.tar.xz
forums-2a32d74d2067e046ee0167490a57fe904186c6f4.zip
[ticket/15422] Remove redundant BBCode helpline
PHPBB3-15422
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_display.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index 792467019f..5d137b22eb 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -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']),
);
/**