Ticket #6141: 6141.diff
File 6141.diff, 509 bytes (added by , 17 years ago) |
---|
-
wp-settings.php
99 99 } 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 for WordPress.' );102 die( 'Your PHP installation appears to be missing the MySQL extension.' ); 103 103 104 104 /** 105 105 * timer_start() - PHP 4 standard microtime start capture