Changes between Initial Version and Version 1 of Ticket #20019, comment 15
- Timestamp:
- 08/17/2013 11:54:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20019, comment 15
initial v1 1 I don't understand why wpmu_validate_blog_signup() doesn't allow "-" in blogname by default. wp-admin/network/site-new.php runs the domain against the following regex |^([a-zA-Z0-9-])+$|1 I don't understand why wpmu_validate_blog_signup() doesn't allow "-" in blogname by default. wp-admin/network/site-new.php runs the domain against the following regex `|^([a-zA-Z0-9-])+$|` 2 2 3 3 Perhaps blogname is different than domain name? Can anyone clear this up for me.