Changeset 53749 for trunk/src/wp-admin/install.php
- Timestamp:
- 07/21/2022 03:58:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r53450 r53749 43 43 44 44 /** Load wpdb */ 45 require_once ABSPATH . WPINC . '/ wp-db.php';45 require_once ABSPATH . WPINC . '/class-wpdb.php'; 46 46 47 47 nocache_headers();
Note: See TracChangeset
for help on using the changeset viewer.