Changeset 38402 for trunk/src/wp-admin/install.php
- Timestamp:
- 08/27/2016 02:36:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r38399 r38402 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' ); 43 46 44 47 nocache_headers();
Note: See TracChangeset
for help on using the changeset viewer.