Ticket #6778: 6778.3.diff
File 6778.3.diff, 2.1 KB (added by , 15 years ago) |
---|
-
wp-admin/options-general.php
32 32 </tr> 33 33 <tr valign="top"> 34 34 <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> 36 36 </tr> 37 37 <tr valign="top"> 38 38 <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 “canonical” 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’s homepage.</td>'); ?></td> 40 40 </tr> 41 41 <tr valign="top"> 42 42 <th scope="row"><label for="admin_email"><?php _e('E-mail address') ?> </label></th>