mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:38:52 +00:00
[ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create event
PHPBB3-12060
This commit is contained in:
parent
df9e782fa4
commit
01c4235f00
1 changed files with 3 additions and 3 deletions
|
@ -150,9 +150,9 @@ class acp_bbcodes
|
|||
* @var array sql_ary Array with new bbcode data
|
||||
* @var int bbcode_id The id of the bbcode (being modified)
|
||||
* @var bool display_on_posting Display bbcode on posting form
|
||||
* @var string bbcode_match BBCode usage string to match
|
||||
* @var string bbcode_tpl BBCode HTML replacement string
|
||||
* @var string bbcode_helpline BBCode help line string
|
||||
* @var string bbcode_match The bbcode usage string to match
|
||||
* @var string bbcode_tpl The bbcode HTML replacement string
|
||||
* @var string bbcode_helpline The bbcode help line string
|
||||
* @var array hidden_fields Array of hidden fields for use when
|
||||
* submitting form when $warn_text is true
|
||||
* @since 3.1.0-a3
|
||||
|
|
Loading…
Add table
Reference in a new issue