diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 15:19:47 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 15:19:47 +0100 |
commit | 45199adebdfc00f436a719de1c5772429367b756 (patch) | |
tree | 00754d1f10dc2b9b9507619f5e842f5cd0eac4ac /phpBB/includes/functions_display.php | |
parent | 1470985ff20197589cbbab96180d80b0148d20d5 (diff) | |
parent | 779758f2195f87868da3694b5ffd00adee1be0b3 (diff) | |
download | forums-45199adebdfc00f436a719de1c5772429367b756.tar forums-45199adebdfc00f436a719de1c5772429367b756.tar.gz forums-45199adebdfc00f436a719de1c5772429367b756.tar.bz2 forums-45199adebdfc00f436a719de1c5772429367b756.tar.xz forums-45199adebdfc00f436a719de1c5772429367b756.zip |
Merge pull request #4523 from senky/ticket/13429
[ticket/13429] Replace @change with @changed in event docblocks
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index b49a8b80c0..3b2d66c2d3 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))); |