diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-16 15:31:25 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-16 15:31:25 -0800 |
commit | 6b178c758eb727c8caa6c1f95a34a4afe8ea1573 (patch) | |
tree | 25b59f1a4cb25ccd620028ac608f014ba25cc1e4 /phpBB | |
parent | f0454586795de85cf1b66b6f927d18d3e9466305 (diff) | |
download | forums-6b178c758eb727c8caa6c1f95a34a4afe8ea1573.tar forums-6b178c758eb727c8caa6c1f95a34a4afe8ea1573.tar.gz forums-6b178c758eb727c8caa6c1f95a34a4afe8ea1573.tar.bz2 forums-6b178c758eb727c8caa6c1f95a34a4afe8ea1573.tar.xz forums-6b178c758eb727c8caa6c1f95a34a4afe8ea1573.zip |
[ticket/12060] Fix docblock for acp_bbcodes_modify_create event
PHPBB3-12060
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_bbcodes.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/acp/acp_bbcodes.php b/phpBB/includes/acp/acp_bbcodes.php index 9ce4d6f872..d55a398461 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_match var from thr form - * @var string bbcode_tpl bbcode_tpl var from thr form - * @var string bbcode_helpline bbcode_helpline var from thr 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 array hidden_fields Array of hidden fields for use when * submitting form when $warn_text is true * @since 3.1.0-a3 |