Changeset 53749 for trunk/src/wp-includes/load.php
- Timestamp:
- 07/21/2022 03:58:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r53458 r53749 545 545 global $wpdb; 546 546 547 require_once ABSPATH . WPINC . '/wp-db.php'; 547 require_once ABSPATH . WPINC . '/class-wpdb.php'; 548 548 549 if ( file_exists( WP_CONTENT_DIR . '/db.php' ) ) { 549 550 require_once WP_CONTENT_DIR . '/db.php';
Note: See TracChangeset
for help on using the changeset viewer.