[wp-trac] [WordPress Trac] #37309: Show always domain and path when deleting a site
WordPress Trac
noreply at wordpress.org
Thu Jul 7 15:22:43 UTC 2016
#37309: Show always domain and path when deleting a site
--------------------------------+----------------------------------------
Reporter: ocean90 | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Networks and Sites | Version:
Severity: normal | Keywords: needs-patch good-first-bug
Focuses: multisite |
--------------------------------+----------------------------------------
Since #22383 the domain and path UI is combined and a subdomain install
can have a custom path too. But [source:/tags/4.5.3/src/wp-admin/ms-
delete-site.php?marks=88#L88] is still doing this check:
{{{
is_subdomain_install() ? $blog->domain : $blog->domain . $blog->path
}}}
This should be changed to always show the full URL.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37309>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list