Ticket #42190: 42190.diff
| File 42190.diff, 1.1 KB (added by , 9 years ago) |
|---|
-
src/wp-admin/options-general.php
79 79 <th scope="row"><label for="home"><?php _e('Site Address (URL)') ?></label></th> 80 80 <td><input name="home" type="url" id="home" aria-describedby="home-description" value="<?php form_option( 'home' ); ?>"<?php disabled( defined( 'WP_HOME' ) ); ?> class="regular-text code<?php if ( defined( 'WP_HOME' ) ) echo ' disabled' ?>" /> 81 81 <?php if ( ! defined( 'WP_HOME' ) ) : ?> 82 <p class="description" id="home-description"><?php _e( 'Enter the address here if you <a href="https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">want your site home page to be different from your WordPress installation directory .</a>' ); ?></p></td>82 <p class="description" id="home-description"><?php _e( 'Enter the address here if you <a href="https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">want your site home page to be different from your WordPress installation directory</a>.' ); ?></p></td> 83 83 <?php endif; ?> 84 84 </tr> 85 85
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)