Changeset 1203 for trunk/wp-admin/options-general.php
- Timestamp:
- 04/28/2004 07:27:03 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r1150 r1203 47 47 <form name="form1" method="post" action="options.php"> 48 48 <input type="hidden" name="action" value="update" /> 49 <input type="hidden" name="action" value="update" /> <input type="hidden" name="page_options" value="'blogname','blogdescription','siteurl','admin_email','users_can_register','new_users_can_blog','gmt_offset','date_format','time_format' " />49 <input type="hidden" name="action" value="update" /> <input type="hidden" name="page_options" value="'blogname','blogdescription','siteurl','admin_email','users_can_register','new_users_can_blog','gmt_offset','date_format','time_format','home'" /> 50 50 <table width="100%" cellspacing="2" cellpadding="5" class="editform"> 51 51 <tr valign="top"> … … 60 60 </tr> 61 61 <tr valign="top"> 62 <th scope="row"><?php _e('W eb address (URI):') ?></th>62 <th scope="row"><?php _e('WordPress address (URI):') ?></th> 63 63 <td><input name="siteurl" type="text" id="siteurl" value="<?php echo get_settings('siteurl'); ?>" size="40" class="code" /></td> 64 64 </tr> 65 <tr valign="top"> 66 <th scope="row"><?php _e('Blog address (URI):') ?></th> 67 <td><input name="home" type="text" id="home" value="<?php echo get_settings('home'); ?>" size="40" class="code" /><br /><?php _e('If you want your blog homepage to be different than the directory you installed WordPress in, enter that address here. '); ?></td> 68 </tr> 65 69 <tr valign="top"> 66 70 <th scope="row"><?php _e('E-mail address:') ?> </th>
Note: See TracChangeset
for help on using the changeset viewer.