1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 08:12:17 +02:00

[ticket/13899] Fix doc block arrangement and add @changed info

PHPBB3-13899
This commit is contained in:
Marc Alexander 2015-07-22 19:18:01 +02:00
parent 84d302a2fd
commit 5e7550ee53

View File

@ -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)));