Skip to content

Commit

Permalink
wp_guess_url is not in need of a fix - it uses SITE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 2, 2022
1 parent a11ab7d commit d0f526b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5986,7 +5986,6 @@ function wp_guess_url() {
}
$schema = is_ssl() ? 'https://' : 'http://'; // set_url_scheme() is not defined yet.
$url = $schema . $_SERVER['HTTP_HOST'] . $path;
//$url = network_home_url( $path );

}

Expand Down

0 comments on commit d0f526b

Please sign in to comment.