Make WordPress Core

Changeset 7234


Ignore:
Timestamp:
03/11/2008 08:44:59 AM (17 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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/**
Note: See TracChangeset for help on using the changeset viewer.