mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
wp_check_php_mysql_versions() during setup and install. see #17934.
git-svn-id: https://develop.svn.wordpress.org/trunk@18374 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -41,6 +41,11 @@ if ( file_exists( ABSPATH . 'wp-config.php') ) {
|
||||
else
|
||||
$path = 'wp-admin/';
|
||||
|
||||
require_once( ABSPATH . '/wp-includes/load.php' );
|
||||
require_once( ABSPATH . '/wp-includes/version.php' );
|
||||
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
|
||||
wp_check_php_mysql_versions();
|
||||
|
||||
// Die with an error message
|
||||
require_once( ABSPATH . '/wp-includes/class-wp-error.php' );
|
||||
require_once( ABSPATH . '/wp-includes/functions.php' );
|
||||
|
||||
Reference in New Issue
Block a user