]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/load-scripts.php
Wordpress 4.6-scripts
[autoinstalls/wordpress.git] / wp-admin / load-scripts.php
index 011ae3c890796ac310ed7c2c0a091e5a3905b0b2..d536c1925aa7bb3d2cef0f54f454588b330dbbe6 100644 (file)
@@ -8,7 +8,10 @@
 error_reporting(0);
 
 /** Set ABSPATH for execution */
-define( 'ABSPATH', dirname(dirname(__FILE__)) . '/' );
+if ( ! defined( 'ABSPATH' ) ) {
+       define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' );
+}
+
 define( 'WPINC', 'wp-includes' );
 
 $load = $_GET['load'];