Changeset 4133 for trunk/wp-admin/options-general.php
- Timestamp:
- 08/30/2006 04:40:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r4115 r4133 24 24 </tr> 25 25 <tr valign="top"> 26 <th scope="row"><?php _e('WordPress address (UR I):') ?></th>26 <th scope="row"><?php _e('WordPress address (URL):') ?></th> 27 27 <td><input name="siteurl" type="text" id="siteurl" value="<?php form_option('siteurl'); ?>" size="40" class="code" /></td> 28 28 </tr> 29 29 <tr valign="top"> 30 <th scope="row"><?php _e('Blog address (UR I):') ?></th>30 <th scope="row"><?php _e('Blog address (URL):') ?></th> 31 31 <td><input name="home" type="text" id="home" value="<?php form_option('home'); ?>" size="40" class="code" /><br /><?php _e('If you want your blog homepage <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different than the directory</a> you installed WordPress in, enter that address here.'); ?></td> 32 32 </tr>
Note: See TracChangeset
for help on using the changeset viewer.