Changeset 7234
- Timestamp:
- 03/11/2008 08:44:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 /**
Note: See TracChangeset
for help on using the changeset viewer.