Opened 11 years ago
Closed 9 years ago
#26388 closed defect (bug) (fixed)
Add new site under multisite helper text
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | trivial | Version: | 3.0 |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
When adding a new site to a multisite setup, you can define the address and the helper text states Only lowercase letters (a-z) and numbers are allowed.
, but you can still use dashes (no underscores though)
Rather trivial, but if people don't know they can use them one might get domain.com/myawesomesitenobodycanread as opposed to domain.com/my-awesome-site-people-can-read.
I'm not familiar with the decision around what is blocked for the address, but one view could be that not blocking dashes is an oversight as well, since underscores are blocked?
Attachments (1)
Change History (9)
#4
@
10 years ago
- Keywords has-patch added
26388.diff changes the text which is displayed on the "Add new site" page.
#5
@
9 years ago
- Milestone changed from Awaiting Review to 4.5
- Owner set to jeremyfelt
- Status changed from new to reviewing
- Type changed from enhancement to defect (bug)
- Version changed from 3.7 to 3.0
#7
follow-up:
↓ 8
@
9 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Add hyphens to the list of allowed characters
Should the regex and the message in wpmu_validate_blog_signup() also be updated?
#8
in reply to:
↑ 7
@
9 years ago
- Resolution set to fixed
- Status changed from reopened to closed
Replying to SergeyBiryukov:
Should the regex and the message in wpmu_validate_blog_signup() also be updated?
Clearing up the inconsistencies between the add/edit/signup flows for sites should probably be covered in #20019 and #17397.
Related: #17397, #20019, #17904