diff options
Diffstat (limited to 'modules/search/search.module')
-rw-r--r-- | modules/search/search.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/search/search.module b/modules/search/search.module index 335aafbf2..56bb1baa8 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1049,8 +1049,8 @@ function search_form(&$form_state, $action = '', $keys = '', $type = NULL, $prom * Form builder; Output a search form for the search block and the theme's search box. * * @ingroup forms - * @see search_box_form_submit(). - * @see theme_search_box_form(). + * @see search_box_form_submit() + * @see theme_search_box_form() */ function search_box(&$form_state, $form_id) { $form[$form_id] = array( |