Changeset 7234
- Timestamp:
- 03/11/08 08:44:59 (7 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r7157 r7234 100 100 101 101 if ( !extension_loaded('mysql') && !file_exists(ABSPATH . 'wp-content/db.php') ) 102 die( 'Your PHP installation appears to be missing the MySQL which is required forWordPress.' );102 die( 'Your PHP installation appears to be missing the MySQL extension which is required by WordPress.' ); 103 103 104 104 /**
