19 | | <p id="logo"><a href="https://wordpress.org/">WordPress</a></p> |
20 | | <h1>Error: PHP is not running</h1> |
21 | | <p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p> |
| 19 | <p id="logo"><a href="https://wordpress.org/"><?php _e( 'WordPress' ); ?></a></p> |
| 20 | <h1><?php _e( 'Error: PHP is not running' ); ?></h1> |
| 21 | <p><?php _e( 'WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.' ); ?></p> |