From 2938bfcc632011b9941c1216ab513211f8f08478 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 6 May 2009 10:48:01 +0000 Subject: - Patch #424660 by mustafau: remove non-existing reference. --- modules/search/search.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/search/search.module b/modules/search/search.module index df9d112b5..cd57dfd24 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1098,7 +1098,8 @@ function search_form(&$form_state, $action = '', $keys = '', $type = NULL, $prom * * @ingroup forms * @see search_box_form_submit() - * @see theme_search_box_form() + * @see search-theme-form.tpl.php + * @see search-block-form.tpl.php */ function search_box(&$form_state, $form_id) { $form[$form_id] = array( -- cgit v1.2.3