#25134 closed defect (bug) (duplicate)
Multisite new site domain name: inconsistency with hyphens ms-functions.php vs site-new.php
Reported by: | lkraav | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Multisite | Keywords: | |
Focuses: | Cc: |
Description
trunk/src/wp-includes/ms-functions.php#L557
if ( preg_match( '/[^a-z0-9]+/', $blogname ) )
vs
trunk/src/wp-admin/network/site-new.php#L43
if ( preg_match( '|^([a-zA-Z0-9-])+$|', $blog['domain'] ) )
Yes, I'd really like to have hyphens in my subsite domain names. Blaming all the way back to multisite import doesn't reveal any particular reasoning why hyphens are historically disallowed. Since hyphens are a normal part of the DNS system, I see no reason why they should be banned.
I would suggest matching also for "-" in ms-functions.php.
Change History (4)
#1
@
11 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
- Version changed from trunk to 3.0
#2
@
11 years ago
Meh, tried hard finding "hyphen" with search.
Re ticket subjects, how was I supposed to search for that? Any search like "-" is basically nonsense.
Note: See
TracTickets for help on using
tickets.
Duplicate of #20019.