mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/13713] Remove mention ID constant
PHPBB3-13713
This commit is contained in:
@@ -183,7 +183,6 @@ define('BBCODE_ID_LIST', 9);
|
||||
define('BBCODE_ID_EMAIL', 10);
|
||||
define('BBCODE_ID_FLASH', 11);
|
||||
define('BBCODE_ID_ATTACH', 12);
|
||||
define('BBCODE_ID_MENTION', 13);
|
||||
|
||||
// BBCode hard limit
|
||||
define('BBCODE_LIMIT', 1511);
|
||||
|
@@ -138,7 +138,7 @@ class data_access
|
||||
'email' => 10,
|
||||
'flash' => 11,
|
||||
'attachment' => 12,
|
||||
'mention' => 13,
|
||||
'mention' => 13, // TODO: change ID/remove?
|
||||
);
|
||||
|
||||
$styles = array();
|
||||
|
Reference in New Issue
Block a user