Improved wording for the missing mysql error message. Fixes #6141 props MtDewVirus.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-03-11 08:44:59 +00:00
parent 4c715fbd58
commit abb5051775
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