From 55a7f107475b69f8a2a66fa1d4869bf89c4f1a67 Mon Sep 17 00:00:00 2001 From: Ken Marfilla Date: Fri, 3 Feb 2023 17:45:29 +0800 Subject: [PATCH] amend --- wp-config-pantheon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-config-pantheon.php b/wp-config-pantheon.php index b002e3cae2..77c0484acf 100644 --- a/wp-config-pantheon.php +++ b/wp-config-pantheon.php @@ -60,11 +60,11 @@ $_SERVER['HTTPS'] = 'on'; } - if ( ! defined( 'WP_HOME' ) { + if ( ! defined( 'WP_HOME' ) ) { define('WP_HOME', $scheme . '://' . $_SERVER['HTTP_HOST']); } - if ( ! defined( 'WP_SITEURL' ) { + if ( ! defined( 'WP_SITEURL' ) ) { define('WP_SITEURL', $scheme . '://' . $_SERVER['HTTP_HOST']); } }