diff options
author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-07 10:14:02 +0000 |
---|---|---|
committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-07 10:14:02 +0000 |
commit | 82ed3f04d15665d5cc14b42202edf35c6eb7d594 (patch) | |
tree | a8bb5ef877eb8f5e0877dece9f27098b5f23e423 | |
parent | 11896f897b69ce21d135338677e6bebe3838a717 (diff) | |
download | wordpress-mu-82ed3f04d15665d5cc14b42202edf35c6eb7d594.tar.gz wordpress-mu-82ed3f04d15665d5cc14b42202edf35c6eb7d594.tar.xz wordpress-mu-82ed3f04d15665d5cc14b42202edf35c6eb7d594.zip |
remove some options
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@420 7be80a69-a1ef-0310-a953-fb0f7c49ff36
-rw-r--r-- | wp-inst/wp-admin/options-general.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/options-general.php b/wp-inst/wp-admin/options-general.php index 039592d..60a087f 100644 --- a/wp-inst/wp-admin/options-general.php +++ b/wp-inst/wp-admin/options-general.php @@ -11,7 +11,7 @@ include('admin-header.php'); <h2><?php _e('General Options') ?></h2> <form name="form1" method="post" action="options.php"> <input type="hidden" name="action" value="update" /> -<input type="hidden" name="page_options" value="'blogname','blogdescription','siteurl','admin_email','users_can_register','gmt_offset','date_format','time_format','home','start_of_week','comment_registration','default_role'" /> +<input type="hidden" name="page_options" value="'blogname','blogdescription','users_can_register','gmt_offset','date_format','time_format','start_of_week','comment_registration', 'WPLANG'" /> <table width="100%" cellspacing="2" cellpadding="5" class="editform"> <tr valign="top"> <th width="33%" scope="row"><?php _e('Weblog title:') ?></th> |