Skip to content

Commit

Permalink
add path_current_site to multisite setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 9, 2024
1 parent c9f69cb commit 18bef3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/network/includes-network.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ function network_step2( $errors = false ) {
define( 'SUBDOMAIN_INSTALL', <?php echo $subdomain_install ? 'true' : 'false'; ?> );
// Use PANTHEON_HOSTNAME if in a Pantheon environment, otherwise use HTTP_HOST.
define( 'DOMAIN_CURRENT_SITE', defined( 'PANTHEON_HOSTNAME' ) ? PANTHEON_HOSTNAME : $_SERVER['HTTP_HOST'] );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
<?php
Expand Down

0 comments on commit 18bef3a

Please sign in to comment.