aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-03-18 10:58:43 +0100
committerJakub Senko <jakubsenko@gmail.com>2016-03-18 11:02:02 +0100
commit0f7d08c1214bc31936228488895e33f53446277e (patch)
treeb81e95e1b25c650f869a2d1c78284671123c15d1 /phpBB/includes/constants.php
parent46c79bbe901d31e93d321a8de46696d3ac277cd5 (diff)
downloadforums-0f7d08c1214bc31936228488895e33f53446277e.tar
forums-0f7d08c1214bc31936228488895e33f53446277e.tar.gz
forums-0f7d08c1214bc31936228488895e33f53446277e.tar.bz2
forums-0f7d08c1214bc31936228488895e33f53446277e.tar.xz
forums-0f7d08c1214bc31936228488895e33f53446277e.zip
[ticket/9435] Add NUM_PREDEFINED_BBCODES constant
PHPBB3-9435
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 5c192d9676..28a2e0b166 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -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);