Changeset 22419 for trunk/wp-admin/install.php
- Timestamp:
- 11/07/2012 05:34:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r22327 r22419 17 17 </head> 18 18 <body> 19 <h1 id="logo">< img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>19 <h1 id="logo"><a href="http://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> … … 64 64 </head> 65 65 <body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>> 66 <h1 id="logo">< img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>66 <h1 id="logo"><a href="<?php esc_attr_e( 'http://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 67 67 68 68 <?php
Note: See TracChangeset
for help on using the changeset viewer.