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:
nacin
2011-06-29 16:46:46 +00:00
parent 6a36b65f01
commit ad1e1df0f2
4 changed files with 16 additions and 10 deletions

View File

@@ -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' );