diff options
-rw-r--r-- | modules/search/search.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/search/search.module b/modules/search/search.module index 326cff4a5..349ac2a58 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1072,6 +1072,7 @@ function search_form_submit($form, &$form_state) { function search_box(&$form_state, $form_id) { // Use search_keys instead of keys to avoid ID conflicts with the search block. $form[$form_id .'_keys'] = array( + '#title' => t('Search this site'), '#type' => 'textfield', '#size' => 15, '#default_value' => '', |