From f40a5c18ae07790757b5ae4025d7e97bdf6f835b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 27 Sep 2010 01:08:40 +0000 Subject: - Patch #923004 by marvil07: typo on hook_search_execute() docblock. --- modules/search/search.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/search/search.api.php b/modules/search/search.api.php index 25b446ebb..89290bc2d 100644 --- a/modules/search/search.api.php +++ b/modules/search/search.api.php @@ -168,7 +168,7 @@ function hook_search_admin() { * search_expression_insert() may also be helpful for adding custom search * parameters to the search expression. * - * See node_execute_search() for an example of a module that uses the search + * See node_search_execute() for an example of a module that uses the search * index, and user_execute_search() for an example that doesn't ues the search * index. * -- cgit v1.2.3