Changeset 4160

Show
Ignore:
Timestamp:
09/02/06 20:27:51 (2 years ago)
Author:
ryan
Message:

db.php instead of wp-db.php for pluggable DB load. #2721

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r4154 r4160  
    7070 
    7171define('WPINC', 'wp-includes'); 
    72 if ( file_exists(ABSPATH . 'wp-content/wp-db.php') ) 
    73     require (ABSPATH . 'wp-content/wp-db.php'); 
     72if ( file_exists(ABSPATH . 'wp-content/db.php') ) 
     73    require (ABSPATH . 'wp-content/db.php'); 
    7474else 
    7575    require_once (ABSPATH . WPINC . '/wp-db.php');