Opened 5 years ago
Closed 5 years ago
#49214 closed defect (bug) (fixed)
Typo "siteurl" in network.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 5.3.2 |
Component: | Networks and Sites | Keywords: | good-first-bug has-patch |
Focuses: | multisite | Cc: |
Description
Hi
In wp-admin/includes/network.php around line 271 there's a string that writes word "siteurl" as one word where is should probably be split into two. The full string is:
We recommend you change your siteurl to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.
Reported by: @ramiy
Attachments (1)
Change History (4)
#2
@
5 years ago
- Milestone changed from Awaiting Review to 5.4
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
Thanks for the ticket and the patch!
For some context, this message is displayed when the site domain includes www
. It refers to the siteurl
option, labeled as "WordPress Address (URL)" in General Settings.
Changing this to "site URL" or "site domain" (since it refers to the domain, not the full URL) seems fine at a glance.
Fix siteurl string