Make WordPress Core

Changeset 3058


Ignore:
Timestamp:
11/13/2005 03:13:32 AM (19 years ago)
Author:
matt
Message:

Documentation link, fixes #1652

File:
1 edited

Legend:

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

    r3054 r3058  
    3030<tr valign="top">
    3131<th scope="row"><?php _e('Blog address (URI):') ?></th>
    32 <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 to be different than the directory you installed WordPress in, enter that address here. '); ?></td>
     32<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>
    3333</tr>
    3434<tr valign="top">
Note: See TracChangeset for help on using the changeset viewer.