Changeset 7234

Show
Ignore:
Timestamp:
03/11/08 08:44:59 (7 months ago)
Author:
westi
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r7157 r7234  
    100100 
    101101if ( !extension_loaded('mysql') && !file_exists(ABSPATH . 'wp-content/db.php') ) 
    102     die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' ); 
     102    die( 'Your PHP installation appears to be missing the MySQL extension which is required by WordPress.' ); 
    103103 
    104104/**