summaryrefslogtreecommitdiff
path: root/modules/search/search.pages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/search.pages.inc')
-rw-r--r--modules/search/search.pages.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/search/search.pages.inc b/modules/search/search.pages.inc
index 607afa97f..c78c60aaf 100644
--- a/modules/search/search.pages.inc
+++ b/modules/search/search.pages.inc
@@ -77,8 +77,9 @@ function search_view($module = NULL, $keys = '') {
* Process variables for search-results.tpl.php.
*
* The $variables array contains the following arguments:
- * - $results
- * - $module
+ * - $results: Search results array.
+ * - $module: Module the search results came from (module implementing
+ * hook_search_info()).
*
* @see search-results.tpl.php
*/