Changeset 41289 for trunk/src/wp-load.php
- Timestamp:
- 08/22/2017 11:51:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-load.php
r38899 r41289 39 39 } elseif ( @file_exists( dirname( ABSPATH ) . '/wp-config.php' ) && ! @file_exists( dirname( ABSPATH ) . '/wp-settings.php' ) ) { 40 40 41 /** The config file resides one level above ABSPATH but is not part of another install */41 /** The config file resides one level above ABSPATH but is not part of another installation */ 42 42 require_once( dirname( ABSPATH ) . '/wp-config.php' ); 43 43
Note: See TracChangeset
for help on using the changeset viewer.