Improved wording for the missing mysql error message. Fixes #6141 props MtDewVirus.
git-svn-id: https://develop.svn.wordpress.org/trunk@7234 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4888358aad
commit
b10000faf9
@ -99,7 +99,7 @@ if ( version_compare( '4.3', phpversion(), '>' ) ) {
|
||||
}
|
||||
|
||||
if ( !extension_loaded('mysql') && !file_exists(ABSPATH . 'wp-content/db.php') )
|
||||
die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' );
|
||||
die( 'Your PHP installation appears to be missing the MySQL extension which is required by WordPress.' );
|
||||
|
||||
/**
|
||||
* timer_start() - PHP 4 standard microtime start capture
|
||||
|
Loading…
Reference in New Issue
Block a user