Changeset 38399 for trunk/src/wp-includes/load.php
- Timestamp:
- 08/27/2016 09:15:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r38388 r38399 395 395 global $wpdb; 396 396 397 require_once( ABSPATH . WPINC . '/wp-db.php' );398 397 if ( file_exists( WP_CONTENT_DIR . '/db.php' ) ) 399 398 require_once( WP_CONTENT_DIR . '/db.php' ); 400 399 401 if ( isset( $wpdb ) ) 400 if ( isset( $wpdb ) ) { 402 401 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.