Changeset 4160 for trunk/wp-settings.php
- Timestamp:
- 09/02/2006 08:27:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r4154 r4160 70 70 71 71 define('WPINC', 'wp-includes'); 72 if ( file_exists(ABSPATH . 'wp-content/ wp-db.php') )73 require (ABSPATH . 'wp-content/ wp-db.php');72 if ( file_exists(ABSPATH . 'wp-content/db.php') ) 73 require (ABSPATH . 'wp-content/db.php'); 74 74 else 75 75 require_once (ABSPATH . WPINC . '/wp-db.php');
Note: See TracChangeset
for help on using the changeset viewer.