aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-12-16 15:33:44 -0800
committerMatt Friedman <maf675@gmail.com>2013-12-16 15:33:44 -0800
commit01c4235f0080a1cf07cd6e4ede880a323f3c09a7 (patch)
treeed9967e0b42e6c87b8126bbac057b200e2298554 /phpBB/includes
parentdf9e782fa44f72861896b763906e26ba36e4a31f (diff)
downloadforums-01c4235f0080a1cf07cd6e4ede880a323f3c09a7.tar
forums-01c4235f0080a1cf07cd6e4ede880a323f3c09a7.tar.gz
forums-01c4235f0080a1cf07cd6e4ede880a323f3c09a7.tar.bz2
forums-01c4235f0080a1cf07cd6e4ede880a323f3c09a7.tar.xz
forums-01c4235f0080a1cf07cd6e4ede880a323f3c09a7.zip
[ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create event
PHPBB3-12060
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_bbcodes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/acp/acp_bbcodes.php b/phpBB/includes/acp/acp_bbcodes.php
index d55a398461..65159ec7ea 100644
--- a/phpBB/includes/acp/acp_bbcodes.php
+++ b/phpBB/includes/acp/acp_bbcodes.php
@@ -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