diff options
Diffstat (limited to 'modules/search')
-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 cf4cbc4e9..21110cbb7 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1002,8 +1002,8 @@ function search_form($action = '', $keys = '', $type = NULL, $prompt = NULL) { /** * As the search form collates keys from other modules hooked in via * hook_form_alter, the validation takes place in _submit. - * search_form_validate() is used solely to set the #ref property for the basic - * search form. + * search_form_validate() is used solely to set the 'processed_keys' form + * value for the basic search form. */ function search_form_validate($form_id, $form_values, $form) { form_set_value($form['basic']['inline']['processed_keys'], trim($form_values['keys'])); |