Changeset 37207 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 04/14/2016 05:52:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r36872 r37207 29 29 error_reporting(0); 30 30 31 define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' ); 31 if ( ! defined( 'ABSPATH' ) ) { 32 define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' ); 33 } 32 34 33 35 require( ABSPATH . 'wp-settings.php' );
Note: See TracChangeset
for help on using the changeset viewer.