diff options
| author | Jakub Senko <jakubsenko@gmail.com> | 2016-12-04 17:30:42 +0100 |
|---|---|---|
| committer | Jakub Senko <jakubsenko@gmail.com> | 2017-01-23 13:33:15 +0100 |
| commit | 779758f2195f87868da3694b5ffd00adee1be0b3 (patch) | |
| tree | 5c0550b4e1d5c9d9edbf8c7ed8d2390aa5401819 /phpBB/viewforum.php | |
| parent | 2f1d2e847e9bb08b22ed42e8dc06362d962d2efb (diff) | |
| download | forums-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/viewforum.php')
| -rw-r--r-- | phpBB/viewforum.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index d93afc7bb7..f8913d3273 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -431,9 +431,9 @@ $sql_array = array( * Author, Post time, Replies, Subject, Views * @var string sort_dir Either "a" for ascending or "d" for descending * @since 3.1.0-a1 -* @change 3.1.0-RC4 Added forum_data var -* @change 3.1.4-RC1 Added forum_id, topics_count, sort_days, sort_key and sort_dir vars -* @change 3.1.9-RC1 Fix types of properties +* @changed 3.1.0-RC4 Added forum_data var +* @changed 3.1.4-RC1 Added forum_id, topics_count, sort_days, sort_key and sort_dir vars +* @changed 3.1.9-RC1 Fix types of properties */ $vars = array( 'forum_data', @@ -631,7 +631,7 @@ $sql_ary = array( * * @since 3.1.0-RC4 * -* @change 3.1.3 Added forum_data +* @changed 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 * - * @change 3.1.10-RC1 Added s_type_switch, s_type_switch_test + * @changed 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))); |
