mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event doc block
PHPBB3-12060
This commit is contained in:
parent
31eb759aa4
commit
aa0c463d0f
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class acp_bbcodes
|
||||||
* @var string action Type of the action: modify|create
|
* @var string action Type of the action: modify|create
|
||||||
* @var array sql_ary Array with new bbcode data
|
* @var array sql_ary Array with new bbcode data
|
||||||
* @var int bbcode_id The id of the bbcode (being modified)
|
* @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_match bbcode_match var from thr form
|
||||||
* @var string bbcode_tpl bbcode_tpl var from thr form
|
* @var string bbcode_tpl bbcode_tpl var from thr form
|
||||||
* @var string bbcode_helpline bbcode_helpline var from thr form
|
* @var string bbcode_helpline bbcode_helpline var from thr form
|
||||||
|
|
Loading…
Add table
Reference in a new issue