Changeset 45770 for trunk/src/wp-admin/install.php
- Timestamp:
- 08/08/2019 12:53:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r45737 r45770 262 262 if ( ! $mysql_compat || ! $php_compat ) { 263 263 display_header(); 264 die( '<h1>' . __( ' Insufficient Requirements' ) . '</h1><p>' . $compat . '</p></body></html>' );264 die( '<h1>' . __( 'Requirements Not Met' ) . '</h1><p>' . $compat . '</p></body></html>' ); 265 265 } 266 266
Note: See TracChangeset
for help on using the changeset viewer.