diff --git a/jquery-wp-content b/jquery-wp-content index 7c1d367..5a19a9c 160000 --- a/jquery-wp-content +++ b/jquery-wp-content @@ -1 +1 @@ -Subproject commit 7c1d367730142174b6d00ef76a4e0480e6e95a96 +Subproject commit 5a19a9c4bbdfb7486ee888f6037741cdf7fad4f0 diff --git a/wp-config-sample.php b/wp-config-sample.php index e2a9b81..fbd6d4d 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -9,7 +9,8 @@ $port = getenv('JQUERY_WP_HTTP_PORT'); define( 'JQUERY_STAGING_FORMAT', $port ? 'local.%s:' . $port : 'local.%s' ); -define( 'JQUERY_STAGING', true ); +// Set to true on staging sites, 'local' for local testing. +define( 'JQUERY_STAGING', 'local' ); require_once __DIR__ . '/wp-content/sites.php' ; define( 'JQUERY_LIVE_SITE', jquery_site_extract( $_SERVER['HTTP_HOST'] ?? 'jquery.com' ) );