mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc block
PHPBB3-12060
This commit is contained in:
@@ -117,7 +117,7 @@ class acp_bbcodes
|
|||||||
* @var string action Type of the action: add|edit
|
* @var string action Type of the action: add|edit
|
||||||
* @var array tpl_ary Array with bbcodes add/edit data
|
* @var array tpl_ary Array with bbcodes add/edit data
|
||||||
* @var int bbcode_id The id of the bbcode (being edited)
|
* @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
|
* @since 3.1-A3
|
||||||
*/
|
*/
|
||||||
$vars = array('action', 'tpl_ary', 'bbcode_id', 'bbcode_tokens');
|
$vars = array('action', 'tpl_ary', 'bbcode_id', 'bbcode_tokens');
|
||||||
|
Reference in New Issue
Block a user