Ticket #3749: different_from.diff
File different_from.diff, 1.0 KB (added by , 18 years ago) |
---|
-
wp-admin/options-general.php
29 29 </tr> 30 30 <tr valign="top"> 31 31 <th scope="row"><?php _e('Blog address (URL):') ?></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 <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different thanthe directory</a> 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 from the directory</a> you installed WordPress in, enter that address here.'); ?></td> 33 33 </tr> 34 34 <tr valign="top"> 35 35 <th scope="row"><?php _e('E-mail address:') ?> </th>