windhamdavid 10 years ago
parent
commit
428f01769a
2 changed files with 3 additions and 3 deletions
  1. 2 2
      multisite.xml
  2. 1 1
      wp-config-sample.php

+ 2 - 2
multisite.xml

@@ -1,7 +1,7 @@
 <phpunit
 	bootstrap="includes/bootstrap.php"
-        backupGlobals="false"
-        colors="true"
+		backupGlobals="false"
+		colors="true"
         >
     <php>
         <const name="WP_TESTS_MULTISITE" value="1" />

+ 1 - 1
wp-config-sample.php

@@ -13,7 +13,7 @@ if ( file_exists( dirname( __FILE__ ) . '/wp-local-config.php' ) ) {
 }
 
 //define( 'WP_CONTENT_DIR', dirname( __FILE__ ) . '/app' );
-//define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/app' );
+//define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . 'wp/app' );
 //define( 'PLUGINDIR', dirname(__FILE__) . '/app/plugins' );
 
 define('AUTH_KEY',         '');