From 86aa81e068f466e729830956bda7952b170663e4 Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 13 Jan 2012 23:53:34 -0500 Subject: Issue #1398806 by kiamlaluno: Fixed The purpose of hook_search_page() is explained twice. --- modules/search/search.api.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'modules/search') 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: -- cgit v1.2.3