Changeset 47198 for trunk/src/wp-activate.php
- Timestamp:
- 02/06/2020 06:31:22 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-activate.php (modified) (1 diff)
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)