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/search.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/search.php')
| -rw-r--r-- | phpBB/search.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index cbc6b0f55a..27ec8e4dab 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -343,7 +343,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var array id_ary Array of post or topic ids for search result * @var string show_results 'posts' or 'topics' type of ids * @since 3.1.3-RC1 - * @change 3.1.10-RC1 Added id_ary, show_results + * @changed 3.1.10-RC1 Added id_ary, show_results */ $vars = array( 'keywords', @@ -692,8 +692,8 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var int total_match_count The total number of search matches * @var array ex_fid_ary Array of excluded forum ids * @since 3.1.7-RC1 - * @change 3.1.10-RC1 Added show_results, sql_where, total_match_count - * @change 3.1.11-RC1 Added ex_fid_ary + * @changed 3.1.10-RC1 Added show_results, sql_where, total_match_count + * @changed 3.1.11-RC1 Added ex_fid_ary */ $vars = array( 'u_search', @@ -830,8 +830,8 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var string sort_key The sorting key * @var string sql_order_by The SQL ORDER BY string used by search to get topic data * @since 3.1.0-a1 - * @change 3.1.0-RC5 Added total_match_count - * @change 3.1.7-RC1 Added sort_by_sql, sort_dir, sort_key, sql_order_by + * @changed 3.1.0-RC5 Added total_match_count + * @changed 3.1.7-RC1 Added sort_by_sql, sort_dir, sort_key, sql_order_by */ $vars = array( 'sql_select', @@ -1021,7 +1021,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var string view Search results view mode * @var array zebra Array with zebra data for the current user * @since 3.1.0-b4 - * @change 3.1.0-b5 Added var show_results + * @changed 3.1.0-b5 Added var show_results */ $vars = array( 'attachments', @@ -1198,7 +1198,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var array zebra The zebra data of the current user * @var array attachments All the attachments of the search results * @since 3.1.0-a1 - * @change 3.1.0-b3 Added vars show_results, topic_title, replies, + * @changed 3.1.0-b3 Added vars show_results, topic_title, replies, * view_topic_url, folder_img, folder_alt, topic_type, unread_topic, * topic_unapproved, posts_unapproved, topic_deleted, u_mcp_queue, * zebra, attachments @@ -1302,7 +1302,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var int total_match_count The count of search results * @var string keywords The search keywords * @since 3.1.0-RC4 - * @change 3.1.6-RC1 Added total_match_count and keywords + * @changed 3.1.6-RC1 Added total_match_count and keywords */ $vars = array( 'author_id', |
