diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-06 10:48:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-06 10:48:01 +0000 |
commit | 2938bfcc632011b9941c1216ab513211f8f08478 (patch) | |
tree | f7c811a4f9a6d760902c93907060ab3b523b3bcb | |
parent | 9066709443242752af89979ac7df8ed2474069be (diff) | |
download | brdo-2938bfcc632011b9941c1216ab513211f8f08478.tar.gz brdo-2938bfcc632011b9941c1216ab513211f8f08478.tar.bz2 |
- Patch #424660 by mustafau: remove non-existing reference.
-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( |