1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 11:39:37 +02:00

[ticket/16810] Fix No end tag in Custom BBCodes

PHPBB3-16810
This commit is contained in:
3D-I 2021-07-15 20:32:42 +02:00
parent 68bd4e9faa
commit 2244635a41

View File

@ -1132,7 +1132,6 @@ function display_custom_bbcodes()
'BBCODE_HELPLINE' => $row['bbcode_helpline'],
];
/**
* Event to modify the template data block of a custom bbcode
*