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

[ticket/9435] Add NUM_PREDEFINED_BBCODES constant

PHPBB3-9435
This commit is contained in:
Jakub Senko
2016-03-18 10:58:43 +01:00
parent 46c79bbe90
commit 0f7d08c121
2 changed files with 2 additions and 1 deletions

View File

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