diff options
Diffstat (limited to 'modules/search/search.module')
-rw-r--r-- | modules/search/search.module | 3 |
1 files changed, 2 insertions, 1 deletions
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( |