Make WordPress Core


Ignore:
Timestamp:
10/02/2008 04:45:28 PM (16 years ago)
Author:
westi
Message:

Fix phpdoc comments to refer to wp-content/db.php. Props DD32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r8887 r9067  
    1717 */
    1818define('WP_INSTALLING', true);
    19 //These three defines are required to allow us to use require_wp_db() to load the database class while being wp-content/wp-db.php aware
     19//These three defines are required to allow us to use require_wp_db() to load the database class while being wp-content/db.php aware
    2020define('ABSPATH', dirname(dirname(__FILE__)).'/');
    2121define('WPINC', 'wp-includes');
Note: See TracChangeset for help on using the changeset viewer.