From b10000faf9a70717705668421952ebf4ede9766f Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Tue, 11 Mar 2008 08:44:59 +0000 Subject: [PATCH] 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 --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index b924d40748..1c96421f26 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -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