From 8ff43d09f580fd7b316b613d64b679288ac477dc Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 24 Feb 2016 16:05:23 +0000 Subject: [PATCH] Multisite: Show the main site's domain and path in site-info.php * Use the domain and path combination from `wp_blogs` when displaying the site address for the main site.\ * Update the text from "Site URL" to "Site Address (URL)" for all sites in `site-info.php` to better align with how we refer to this in single site. Props flixos90, rachelbaker. Fixes #35632. git-svn-id: https://develop.svn.wordpress.org/trunk@36682 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network/site-info.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/network/site-info.php b/src/wp-admin/network/site-info.php index c8874a77cd..b18d804438 100644 --- a/src/wp-admin/network/site-info.php +++ b/src/wp-admin/network/site-info.php @@ -172,14 +172,14 @@ if ( ! empty( $messages ) ) { // The main site of the network should not be updated on this page. if ( $is_main_site ) : ?> - - siteurl ); ?> + + domain . $details->path ); ?> - +