summaryrefslogtreecommitdiff
path: root/modules/search/search.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/search.api.php')
-rw-r--r--modules/search/search.api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/search/search.api.php b/modules/search/search.api.php
index 1e1e99b65..a9327ac2c 100644
--- a/modules/search/search.api.php
+++ b/modules/search/search.api.php
@@ -16,7 +16,7 @@
*
* This hook allows a module to perform searches on content it defines
* (custom node types, users, or comments, for example) when a site search
- * is performed.
+ * is performed.
*
* Note that you can use form API to extend the search. You will need to use
* hook_form_alter() to add any additional required form elements. You can
@@ -206,7 +206,7 @@ function hook_search_execute($keys = NULL) {
return $results;
}
-/**
+/**
* Override the rendering of search results.
*
* A module that implements hook_search() to define a type of search