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 | |
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.
-rw-r--r-- | modules/system/system.admin.inc | 1 | ||||
-rw-r--r-- | modules/system/system.module | 1 |
2 files changed, 0 insertions, 2 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'), diff --git a/modules/system/system.module b/modules/system/system.module index 25ad496e5..e510cb431 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2217,7 +2217,6 @@ function _system_rebuild_theme_data() { 'logo', 'name', 'node_user_picture', - 'search', 'slogan', 'main_menu', 'secondary_menu', |