diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-11-11 17:14:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-11-11 17:14:59 +0000 |
commit | 0d1837977841e6c158270e864453969813904305 (patch) | |
tree | 177d81f7f94b9af71276708b916e0ad202510c49 /modules/system/system.admin.inc | |
parent | bfc63c7e6d7637a7356a14c92fe727b3d9a71a92 (diff) | |
download | brdo-0d1837977841e6c158270e864453969813904305.tar.gz brdo-0d1837977841e6c158270e864453969813904305.tar.bz2 |
- Patch #550742 by David_Rothstein: removed left-over code: remove search box settings because we already remove the search box.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 4c85c47d3..3578981f0 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -436,7 +436,6 @@ function system_theme_settings($form, &$form_state, $key = '') { 'node_user_picture' => t('User pictures in posts'), 'comment_user_picture' => t('User pictures in comments'), 'comment_user_verification' => t('User verification status in comments'), - 'search' => t('Search box'), 'favicon' => t('Shortcut icon'), 'main_menu' => t('Main menu'), 'secondary_menu' => t('Secondary menu'), |