diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-09-22 21:04:36 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-09-22 21:04:36 +0200 |
| commit | 16941ff4958753a80db9aeb9b0b291916a561911 (patch) | |
| tree | e2c47ed5e048255d76c880bba560cb50a7572f63 /phpBB/includes | |
| parent | 70044669e035bbc0d48df40ab88ba1a1d220a312 (diff) | |
| parent | 2a32d74d2067e046ee0167490a57fe904186c6f4 (diff) | |
| download | forums-16941ff4958753a80db9aeb9b0b291916a561911.tar forums-16941ff4958753a80db9aeb9b0b291916a561911.tar.gz forums-16941ff4958753a80db9aeb9b0b291916a561911.tar.bz2 forums-16941ff4958753a80db9aeb9b0b291916a561911.tar.xz forums-16941ff4958753a80db9aeb9b0b291916a561911.zip | |
Merge pull request #5676 from mrgoldy/ticket/15422
[ticket/15422] Remove redundant BBCode helpline
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/functions_display.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index f8c882e771..ea42b1916d 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -1119,7 +1119,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('&', '"', "'", '<', '>'), array('&', '"', "\'", '<', '>'), $row['bbcode_helpline']), ); /** |
