Changeset 35508 for trunk/src/wp-admin/install.php
- Timestamp:
- 11/04/2015 05:59:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r34752 r35508 17 17 </head> 18 18 <body class="wp-core-ui"> 19 < h1 id="logo"><a href="https://wordpress.org/">WordPress</a></h1>20 <h 2>Error: PHP is not running</h2>19 <p id="logo"><a href="https://wordpress.org/">WordPress</a></p> 20 <h1>Error: PHP is not running</h1> 21 21 <p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p> 22 22 </body> … … 77 77 </head> 78 78 <body class="wp-core-ui<?php echo $body_classes ?>"> 79 < h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></h1>79 <p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></p> 80 80 81 81 <?php … … 107 107 if ( ! is_null( $error ) ) { 108 108 ?> 109 <h1><?php _ex( 'Welcome', 'Howdy' ); ?></h1> 109 110 <p class="message"><?php echo $error; ?></p> 110 111 <?php } ?> … … 287 288 <p><?php _e( 'Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ); ?></p> 288 289 289 <h 1><?php _e( 'Information needed' ); ?></h1>290 <h2><?php _e( 'Information needed' ); ?></h2> 290 291 <p><?php _e( 'Please provide the following information. Don’t worry, you can always change these settings later.' ); ?></p> 291 292
Note: See TracChangeset
for help on using the changeset viewer.