Changeset 38411 for trunk/src/wp-admin/install.php
- Timestamp:
- 08/27/2016 10:31:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r38402 r38411 41 41 /** Load WordPress Translation Install API */ 42 42 require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); 43 44 /** Load wpdb */45 require_once( ABSPATH . WPINC . '/wp-db.php' );46 43 47 44 nocache_headers();
Note: See TracChangeset
for help on using the changeset viewer.