1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-10 03:36:31 +02:00

[ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc block

PHPBB3-12060
This commit is contained in:
Matt Friedman
2013-12-05 13:52:20 -08:00
parent d93200c973
commit f41638ebbf

View File

@ -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');