aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-12-04 17:30:42 +0100
committerJakub Senko <jakubsenko@gmail.com>2017-01-23 13:33:15 +0100
commit779758f2195f87868da3694b5ffd00adee1be0b3 (patch)
tree5c0550b4e1d5c9d9edbf8c7ed8d2390aa5401819 /phpBB/includes/functions_display.php
parent2f1d2e847e9bb08b22ed42e8dc06362d962d2efb (diff)
downloadforums-779758f2195f87868da3694b5ffd00adee1be0b3.tar
forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar.gz
forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar.bz2
forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar.xz
forums-779758f2195f87868da3694b5ffd00adee1be0b3.zip
[ticket/13429] Replace @change with @changed
PHPBB3-13429
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r--phpBB/includes/functions_display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index 4881dde6f5..9d94b56e32 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -646,7 +646,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
* @var array row The data of the forum
* @var array subforums_row Template data of subforums
* @since 3.1.0-a1
- * @change 3.1.0-b5 Added var subforums_row
+ * @changed 3.1.0-b5 Added var subforums_row
*/
$vars = array('forum_row', 'row', 'subforums_row');
extract($phpbb_dispatcher->trigger_event('core.display_forums_modify_template_vars', compact($vars)));