Make WordPress Core

Ticket #6778: 6778.3.diff

File 6778.3.diff, 2.1 KB (added by caesarsgrunt, 15 years ago)
  • wp-admin/options-general.php

     
    3232</tr>
    3333<tr valign="top">
    3434<th scope="row"><label for="siteurl"><?php _e('WordPress address (URL)') ?></label></th>
    35 <td><input name="siteurl" type="text" id="siteurl" value="<?php form_option('siteurl'); ?>" size="40" class="code<?php if ( defined( 'WP_SITEURL' ) ) : ?> disabled" disabled="disabled"<?php else: ?>"<?php endif; ?> /></td>
     35<td><input name="siteurl" type="text" id="siteurl" value="<?php form_option('siteurl'); ?>" size="40" class="code<?php if ( defined( 'WP_SITEURL' ) ) : ?> disabled" disabled="disabled"<?php else: ?>"<?php endif; ?> /><br /><?php _e('This must be set to URL of the directory with the WordPress files in it. Setting this incorrectly will prevent access to your blog, including the admin section.'); ?></td>
    3636</tr>
    3737<tr valign="top">
    3838<th scope="row"><label for="home"><?php _e('Blog address (URL)') ?></label></th>
    39 <td><input name="home" type="text" id="home" value="<?php form_option('home'); ?>" size="40" class="code<?php if ( defined( 'WP_HOME' ) ) : ?> disabled" disabled="disabled"<?php else: ?>"<?php endif; ?> /><br /><?php _e('Enter the address here 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.'); ?></td>
     39<td><input name="home" type="text" id="home" value="<?php form_option('home'); ?>" size="40" class="code<?php if ( defined( 'WP_HOME' ) ) : ?> disabled" disabled="disabled"<?php else: ?>"<?php endif; ?> /><br /><?php _e('This is the &ldquo;canonical&rdquo; URL for your blog. Other URLs pointing to your blog will be redirected to this one. This should be the same as the URL above, unless you want <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">the WordPress files in a different directory</a> from your blog&#8217;s homepage.</td>'); ?></td>
    4040</tr>
    4141<tr valign="top">
    4242<th scope="row"><label for="admin_email"><?php _e('E-mail address') ?> </label></th>