diff options
-rw-r--r-- | modules/search/search.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/search/search.module b/modules/search/search.module index 4108e5c5c..49becce1e 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -173,7 +173,6 @@ function search_block_info() { function search_block_view($delta = '') { if (user_access('search content')) { $block['content'] = drupal_get_form('search_block_form'); - $block['subject'] = t('Search'); return $block; } } @@ -897,7 +896,6 @@ function search_form($form, &$form_state, $action = '', $keys = '', $type = NULL */ function search_box($form, &$form_state, $form_id) { $form[$form_id] = array( - '#title' => t('Search this site'), '#type' => 'textfield', '#size' => 15, '#default_value' => '', |