mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
[ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc block
PHPBB3-12060
This commit is contained in:
parent
d93200c973
commit
f41638ebbf
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class acp_bbcodes
|
|||
* @var string action Type of the action: add|edit
|
||||
* @var array tpl_ary Array with bbcodes add/edit data
|
||||
* @var int bbcode_id The id of the bbcode (being edited)
|
||||
* @var array bbcode_token Array of bbcode tokens
|
||||
* @var array bbcode_tokens Array of bbcode tokens
|
||||
* @since 3.1-A3
|
||||
*/
|
||||
$vars = array('action', 'tpl_ary', 'bbcode_id', 'bbcode_tokens');
|
||||
|
|
Loading…
Add table
Reference in a new issue