Make WordPress Core


Ignore:
Timestamp:
08/30/2006 04:40:17 PM (18 years ago)
Author:
ryan
Message:

s/URI/URL/. Props Nazgul. fixes #2666

File:
1 edited

Legend:

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

    r4115 r4133  
    2424</tr>
    2525<tr valign="top">
    26 <th scope="row"><?php _e('WordPress address (URI):') ?></th>
     26<th scope="row"><?php _e('WordPress address (URL):') ?></th>
    2727<td><input name="siteurl" type="text" id="siteurl" value="<?php form_option('siteurl'); ?>" size="40" class="code" /></td>
    2828</tr>
    2929<tr valign="top">
    30 <th scope="row"><?php _e('Blog address (URI):') ?></th>
     30<th scope="row"><?php _e('Blog address (URL):') ?></th>
    3131<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>
    3232</tr>
Note: See TracChangeset for help on using the changeset viewer.