summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index a9567ebb3..e352a60dc 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1203,13 +1203,6 @@ function system_site_information_settings() {
'#default_value' => '',
'#description' => t("Your site's motto, tag line, or catchphrase (often displayed alongside the title of the site).")
);
- $form['anonymous'] = array(
- '#type' => 'textfield',
- '#title' => t('Anonymous user'),
- '#default_value' => t('Anonymous'),
- '#description' => t('The name used to indicate anonymous users.'),
- '#required' => TRUE,
- );
$form['site_frontpage'] = array(
'#type' => 'textfield',
'#title' => t('Default front page'),