Changeset 35411
- Timestamp:
- 10/28/2015 04:53:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r35337 r35411 84 84 <th scope="row"><label for="home"><?php _e('Site Address (URL)') ?></label></th> 85 85 <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' ?>" /> 86 <?php if ( ! defined( 'WP_HOME' ) ) : ?> 86 87 <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> 88 <?php endif; ?> 87 89 </tr> 88 90 <tr>
Note: See TracChangeset
for help on using the changeset viewer.