]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-load.php
WordPress 4.7.1-scripts
[autoinstalls/wordpress.git] / wp-load.php
index 94a8b541e7087af0bbfd60b28edae3fb170a0308..a1a9ad6b18979869d8917ee1ba8a7e8b29a5219d 100644 (file)
  * directory to allow the WordPress directory to remain
  * untouched.
  *
- * @internal This file must be parsable by PHP4.
- *
  * @package WordPress
  */
 
 /** Define ABSPATH as this file's directory */
-define( 'ABSPATH', dirname(__FILE__) . '/' );
+if ( ! defined( 'ABSPATH' ) ) {
+       define( 'ABSPATH', dirname( __FILE__ ) . '/' );
+}
 
 error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR );