Ticket #3749: 3749-2.diff

File 3749-2.diff, 1.2 KB (added by foolswisdom, 5 years ago)
  • wp-admin/options-general.php

     
    2929</tr>  
    3030<tr valign="top"> 
    3131<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<?php if ( defined( 'WP_HOME' ) ) : ?> disabled" disabled="disabled"<?php else: ?>"<?php endif; ?> /><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> 
     32<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> 
    3333</tr> 
    3434<tr valign="top">  
    3535<th scope="row"><?php _e('E-mail address:') ?> </th>