Changes from trunk/wp-load.php at r9443 to branches/2.7/wp-load.php at r10699
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-load.php
r9443 r10699 27 27 require_once( ABSPATH . 'wp-config.php' ); 28 28 29 } elseif ( file_exists( dirname(ABSPATH) . '/wp-config.php' ) && ! file_exists( dirname(ABSPATH) . '/wp- load.php' ) ) {29 } elseif ( file_exists( dirname(ABSPATH) . '/wp-config.php' ) && ! file_exists( dirname(ABSPATH) . '/wp-settings.php' ) ) { 30 30 31 /** The config file resides one level below ABSPATH*/31 /** The config file resides one level above ABSPATH but is not part of another install*/ 32 32 require_once( dirname(ABSPATH) . '/wp-config.php' ); 33 33
Note: See TracChangeset
for help on using the changeset viewer.