Changeset 47198 for trunk/src/wp-activate.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-activate.php
r47122 r47198 10 10 11 11 /** Sets up the WordPress Environment. */ 12 require ( dirname( __FILE__ ) . '/wp-load.php' );13 14 require ( dirname( __FILE__ ) . '/wp-blog-header.php' );12 require __DIR__ . '/wp-load.php'; 13 14 require __DIR__ . '/wp-blog-header.php'; 15 15 16 16 if ( ! is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.