summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-01-13 23:53:34 -0500
committerwebchick <webchick@24967.no-reply.drupal.org>2012-01-13 23:53:34 -0500
commit86aa81e068f466e729830956bda7952b170663e4 (patch)
tree59bbf24d864f216c1c71a6e6a376226bb0c566f0 /modules/search
parent1aad594b51a8a71dc1ad91d4f3312a3a4e91748c (diff)
downloadbrdo-86aa81e068f466e729830956bda7952b170663e4.tar.gz
brdo-86aa81e068f466e729830956bda7952b170663e4.tar.bz2
Issue #1398806 by kiamlaluno: Fixed The purpose of hook_search_page() is explained twice.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.api.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/modules/search/search.api.php b/modules/search/search.api.php
index 3f745bfdb..534c1e872 100644
--- a/modules/search/search.api.php
+++ b/modules/search/search.api.php
@@ -22,13 +22,11 @@
* on your module's type of content. If you want to have your content
* indexed in the standard search index, your module should also implement
* hook_update_index(). If your search type has settings, you can implement
- * hook_search_admin() to add them to the search settings page. You can also
- * alter the display of your module's search results by implementing
- * hook_search_page(). You can use hook_form_FORM_ID_alter(), with
- * FORM_ID set to 'search', to add fields to the search form (see
- * node_form_search_form_alter() for an example). You can use
- * hook_search_access() to limit access to searching, and hook_search_page() to
- * override how search results are displayed.
+ * hook_search_admin() to add them to the search settings page. You can use
+ * hook_form_FORM_ID_alter(), with FORM_ID set to 'search_form', to add fields
+ * to the search form (see node_form_search_form_alter() for an example).
+ * You can use hook_search_access() to limit access to searching,
+ * and hook_search_page() to override how search results are displayed.
*
* @return
* Array with optional keys: