1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16804] Extend bbcode help line tooltip

PHPBB3-16804
This commit is contained in:
3D-I
2021-06-27 02:21:24 +02:00
committed by Marc Alexander
parent 6efebf7571
commit a6a18f2c59
3 changed files with 56 additions and 5 deletions

View File

@@ -235,7 +235,7 @@ class acp_bbcodes
trigger_error($user->lang['BBCODE_TAG_DEF_TOO_LONG'] . adm_back_link($this->u_action), E_USER_WARNING);
}
if (strlen($bbcode_helpline) > 255)
if (strlen($bbcode_helpline) > 3000)
{
trigger_error($user->lang['BBCODE_HELPLINE_TOO_LONG'] . adm_back_link($this->u_action), E_USER_WARNING);
}