Changeset 47198 for trunk/src/wp-includes/ms-files.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-files.php
r47122 r47198 10 10 11 11 define( 'SHORTINIT', true ); 12 require_once ( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );12 require_once dirname( __DIR__ ) . '/wp-load.php'; 13 13 14 14 if ( ! is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.