Changeset 38470 for trunk/src/wp-includes/load.php
- Timestamp:
- 08/31/2016 04:30:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r38457 r38470 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' );
Note: See TracChangeset
for help on using the changeset viewer.