Make WordPress Core


Ignore:
Timestamp:
04/28/2004 07:27:03 AM (21 years ago)
Author:
saxmatt
Message:

Allow WordPress installation URI and blog URI to be different.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r1150 r1203  
    4747  <form name="form1" method="post" action="options.php">
    4848    <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'" />
    5050    <table width="100%" cellspacing="2" cellpadding="5" class="editform">
    5151      <tr valign="top">
     
    6060      </tr>
    6161      <tr valign="top">
    62         <th scope="row"><?php _e('Web address (URI):') ?> </th>
     62        <th scope="row"><?php _e('WordPress address (URI):') ?></th>
    6363        <td><input name="siteurl" type="text" id="siteurl" value="<?php echo get_settings('siteurl'); ?>" size="40" class="code" /></td>
    6464      </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>
    6569      <tr valign="top">
    6670        <th scope="row"><?php _e('E-mail address:') ?> </th>
Note: See TracChangeset for help on using the changeset viewer.