Changeset 27469 for trunk/src/wp-admin/install.php
- Timestamp:
- 03/08/2014 04:13:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r27262 r27469 17 17 </head> 18 18 <body class="wp-core-ui"> 19 <h1 id="logo"><a href="http ://wordpress.org/">WordPress</a></h1>19 <h1 id="logo"><a href="https://wordpress.org/">WordPress</a></h1> 20 20 <h2>Error: PHP is not running</h2> 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> … … 63 63 </head> 64 64 <body class="wp-core-ui<?php if ( is_rtl() ) echo ' rtl'; ?>"> 65 <h1 id="logo"><a href="<?php echo esc_url( __( 'http ://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>65 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 66 66 67 67 <?php
Note: See TracChangeset
for help on using the changeset viewer.