diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-05 13:52:20 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-05 13:52:20 -0800 |
commit | f41638ebbfbe22fe41098d03707f1bfbe9bdc28e (patch) | |
tree | d907653fdc8d1851af1a17e7f97f7a7bef0b7fd3 /phpBB | |
parent | d93200c973e35e3cc8417f8871b89f835e5395d7 (diff) | |
download | forums-f41638ebbfbe22fe41098d03707f1bfbe9bdc28e.tar forums-f41638ebbfbe22fe41098d03707f1bfbe9bdc28e.tar.gz forums-f41638ebbfbe22fe41098d03707f1bfbe9bdc28e.tar.bz2 forums-f41638ebbfbe22fe41098d03707f1bfbe9bdc28e.tar.xz forums-f41638ebbfbe22fe41098d03707f1bfbe9bdc28e.zip |
[ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc block
PHPBB3-12060
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_bbcodes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_bbcodes.php b/phpBB/includes/acp/acp_bbcodes.php index 9b9d0a3e84..8cca982a47 100644 --- a/phpBB/includes/acp/acp_bbcodes.php +++ b/phpBB/includes/acp/acp_bbcodes.php @@ -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'); |