diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2016-11-20 17:58:59 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2016-11-20 17:58:59 +0100 |
commit | c2836725f9692e907d77edce7c609142661af6c1 (patch) | |
tree | 1a1c9d9c41b2771b61a6df9d8c381e1648aca1ec /phpBB/posting.php | |
parent | Merge pull request #4502 from rxu/ticket/14852 (diff) | |
download | phpbb-c2836725f9692e907d77edce7c609142661af6c1.tar.gz phpbb-c2836725f9692e907d77edce7c609142661af6c1.tar.bz2 phpbb-c2836725f9692e907d77edce7c609142661af6c1.zip |
[ticket/13429] Replace @changed with @change in event docblocks
PHPBB3-13429
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index db580d926b..6f8225c198 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -373,7 +373,7 @@ switch ($mode) * @var bool is_authed Does the user have the required permissions? * @var array post_data All post data from database * @since 3.1.3-RC1 -* @changed 3.1.10-RC1 Added post_data +* @change 3.1.10-RC1 Added post_data */ $vars = array( 'post_id', @@ -1385,7 +1385,7 @@ if ($submit || $preview || $refresh) * @var bool update_subject Boolean if the post subject was changed * NOTE: Should be actual language strings, NOT language keys. * @since 3.1.0-RC5 - * @changed 3.1.6-RC1 remove submit and error from event Submit and Error are checked previously prior to running event + * @change 3.1.6-RC1 remove submit and error from event Submit and Error are checked previously prior to running event */ $vars = array( 'post_data', @@ -1424,7 +1424,7 @@ if ($submit || $preview || $refresh) * @var string redirect_url URL the user is going to be redirected to * NOTE: Should be actual language strings, NOT language keys. * @since 3.1.0-RC5 - * @changed 3.1.6-RC1 remove submit and error from event Submit and Error are checked previously prior to running event + * @change 3.1.6-RC1 remove submit and error from event Submit and Error are checked previously prior to running event */ $vars = array( 'post_data', |