aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-11-20 17:58:59 +0100
committerJakub Senko <jakubsenko@gmail.com>2016-11-20 17:58:59 +0100
commitc2836725f9692e907d77edce7c609142661af6c1 (patch)
tree1a1c9d9c41b2771b61a6df9d8c381e1648aca1ec /phpBB/viewforum.php
parentdbd9c1f242ae7c7660feddf2677d41aa82bd21b4 (diff)
downloadforums-c2836725f9692e907d77edce7c609142661af6c1.tar
forums-c2836725f9692e907d77edce7c609142661af6c1.tar.gz
forums-c2836725f9692e907d77edce7c609142661af6c1.tar.bz2
forums-c2836725f9692e907d77edce7c609142661af6c1.tar.xz
forums-c2836725f9692e907d77edce7c609142661af6c1.zip
[ticket/13429] Replace @changed with @change in event docblocks
PHPBB3-13429
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index e0cc9ba512..d93afc7bb7 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -631,7 +631,7 @@ $sql_ary = array(
*
* @since 3.1.0-RC4
*
-* @changed 3.1.3 Added forum_data
+* @change 3.1.3 Added forum_data
*/
$vars = array(
'forum_data',
@@ -945,7 +945,7 @@ if (sizeof($topic_list))
* @var bool s_type_switch_test Flag indicating if the test topic type is [global] announcement
* @since 3.1.0-a1
*
- * @changed 3.1.10-RC1 Added s_type_switch, s_type_switch_test
+ * @change 3.1.10-RC1 Added s_type_switch, s_type_switch_test
*/
$vars = array('row', 'topic_row', 's_type_switch', 's_type_switch_test');
extract($phpbb_dispatcher->trigger_event('core.viewforum_modify_topicrow', compact($vars)));