From aa0c463d0f1609531843371977bef5ccb88e0c89 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 13 Dec 2013 16:46:12 -0800 Subject: [PATCH] [ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event doc block PHPBB3-12060 --- phpBB/includes/acp/acp_bbcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_bbcodes.php b/phpBB/includes/acp/acp_bbcodes.php index eb9a210fd0..9ce4d6f872 100644 --- a/phpBB/includes/acp/acp_bbcodes.php +++ b/phpBB/includes/acp/acp_bbcodes.php @@ -149,7 +149,7 @@ class acp_bbcodes * @var string action Type of the action: modify|create * @var array sql_ary Array with new bbcode data * @var int bbcode_id The id of the bbcode (being modified) - * @var int display_on_posting display_on_posting var from thr form + * @var bool display_on_posting Display bbcode on posting form * @var string bbcode_match bbcode_match var from thr form * @var string bbcode_tpl bbcode_tpl var from thr form * @var string bbcode_helpline bbcode_helpline var from thr form