aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-07-22 19:18:01 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-07-22 19:18:01 +0200
commit5e7550ee53ca20dd8a949eb105f38e8007116c2c (patch)
tree45874f3c857e0d7d03f5dfce12ee0d4a4d798d9a /phpBB/search.php
parent84d302a2fd53e7369d6e4fb6e8218c52fb5d9c75 (diff)
downloadforums-5e7550ee53ca20dd8a949eb105f38e8007116c2c.tar
forums-5e7550ee53ca20dd8a949eb105f38e8007116c2c.tar.gz
forums-5e7550ee53ca20dd8a949eb105f38e8007116c2c.tar.bz2
forums-5e7550ee53ca20dd8a949eb105f38e8007116c2c.tar.xz
forums-5e7550ee53ca20dd8a949eb105f38e8007116c2c.zip
[ticket/13899] Fix doc block arrangement and add @changed info
PHPBB3-13899
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 5265bd784f..59e619f70d 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -1172,9 +1172,10 @@ if ($keywords || $author || $author_id || $search_id || $submit)
* @var string search_id Predefined search type name
* @var string show_results Search results output mode - topics or posts
* @var int start The starting id of the results
- * @since 3.1.0-RC4
* @var int total_match_count The count of search results
* @var string keywords The search keywords
+ * @since 3.1.0-RC4
+ * @changed 3.1.6-RC1 Added total_match_count and keywords
*/
$vars = array('author_id', 'l_search_title', 'search_id', 'show_results', 'start', 'total_match_count', 'keywords');
extract($phpbb_dispatcher->trigger_event('core.search_results_modify_search_title', compact($vars)));