summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-18 01:53:26 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-18 01:53:26 +0000
commit85f481386d0374e81a13f67d928619b3c95feeaa (patch)
tree02971e6e910be208be420125e594e2b984585111 /modules
parent8c270c43d346a4047b9677260edb40b2c1ff2237 (diff)
downloadbrdo-85f481386d0374e81a13f67d928619b3c95feeaa.tar.gz
brdo-85f481386d0374e81a13f67d928619b3c95feeaa.tar.bz2
- Patch #607410 by Bojhan: remove Search this site.
Diffstat (limited to 'modules')
-rw-r--r--modules/search/search.module2
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' => '',