Make WordPress Core

Ticket #6141: 6141.diff

File 6141.diff, 509 bytes (added by MtDewVirus, 17 years ago)

DD32 suggests

  • wp-settings.php

     
    9999}
    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.' );
    103103
    104104/**
    105105 * timer_start() - PHP 4 standard microtime start capture