From abb5051775d1b02a133189be7cccfc4f088654f4 Mon Sep 17 00:00:00 2001 From: westi 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: http://svn.automattic.com/wordpress/trunk@7234 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index b924d4074..1c96421f2 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