Changeset 3058

Show
Ignore:
Timestamp:
11/13/05 03:13:32 (3 years ago)
Author:
matt
Message:

Documentation link, fixes #1652

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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">