diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-08 11:32:03 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-08 11:32:03 +0000 |
| commit | 857892910e41f154cd9e58bcbfa46ec789641903 (patch) | |
| tree | f72056e4b11ebf150452cc0116d244115fb32bc4 | |
| parent | 9dda47c595511427a63811e216d9311b48e52767 (diff) | |
Correct hidden value
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@138 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 b0fc32d..0e4e2ee 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="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="action" value="update" /> <input type="hidden" name="page_options" value="'blogname','blogdescription','users_can_register','gmt_offset','date_format','time_format','start_of_week','comment_registration','default_role', 'WPLANG'" /> <table width="100%" cellspacing="2" cellpadding="5" class="editform"> <tr valign="top"> <th width="33%" scope="row"><?php _e('Weblog title:') ?></th> |
