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:
parent
4c715fbd58
commit
abb5051775
|
@ -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