Changeset 38402 for trunk/src/wp-includes/load.php
- Timestamp:
- 08/27/2016 02:36:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r38399 r38402 395 395 global $wpdb; 396 396 397 require_once( ABSPATH . WPINC . '/wp-db.php' ); 397 398 if ( file_exists( WP_CONTENT_DIR . '/db.php' ) ) 398 399 require_once( WP_CONTENT_DIR . '/db.php' ); 399 400 400 if ( isset( $wpdb ) ) {401 if ( isset( $wpdb ) ) 401 402 return; 402 }403 403 404 404 $wpdb = new wpdb( DB_USER, DB_PASSWORD, DB_NAME, DB_HOST );
Note: See TracChangeset
for help on using the changeset viewer.