Changeset 20437 for trunk/wp-load.php
- Timestamp:
- 04/11/2012 08:09:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-load.php
r19760 r20437 19 19 */ 20 20 21 /** Define ABSPATH as this file s directory */21 /** Define ABSPATH as this file's directory */ 22 22 define( 'ABSPATH', dirname(__FILE__) . '/' ); 23 23 … … 31 31 } elseif ( file_exists( dirname(ABSPATH) . '/wp-config.php' ) && ! file_exists( dirname(ABSPATH) . '/wp-settings.php' ) ) { 32 32 33 /** The config file resides one level above ABSPATH but is not part of another install */33 /** The config file resides one level above ABSPATH but is not part of another install */ 34 34 require_once( dirname(ABSPATH) . '/wp-config.php' ); 35 35
Note: See TracChangeset
for help on using the changeset viewer.