wp_check_php_mysql_versions() during setup and install. see #17934.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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