1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

[ticket/17379] Use correct number of predefined BBCodes in posting editor

PHPBB-17379
This commit is contained in:
Marc Alexander
2024-08-10 21:09:32 +02:00
parent c64055509f
commit e3a6f3d3fc
3 changed files with 3 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ define('BBCODE_UID_LEN', 8);
// Number of core BBCodes
define('NUM_CORE_BBCODES', 12);
define('NUM_PREDEFINED_BBCODES', 22);
define('NUM_PREDEFINED_BBCODES', 20);
// BBCode IDs
define('BBCODE_ID_QUOTE', 0);