Changeset 37207 for trunk/src/wp-admin/load-scripts.php
- Timestamp:
- 04/14/2016 05:52:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-scripts.php
r36312 r37207 9 9 10 10 /** Set ABSPATH for execution */ 11 define( 'ABSPATH', dirname(dirname(__FILE__)) . '/' ); 11 if ( ! defined( 'ABSPATH' ) ) { 12 define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' ); 13 } 14 12 15 define( 'WPINC', 'wp-includes' ); 13 16
Note: See TracChangeset
for help on using the changeset viewer.