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:
Peter Westwood 2008-03-11 08:44:59 +00:00
parent 4888358aad
commit b10000faf9
1 changed files with 1 additions and 1 deletions

View File

@ -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