Opened 8 years ago
Closed 8 years ago
#1729 closed defect (bug) (fixed)
Double-dash in blog URL gets replaced with long dash (bloginfo)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Administration | Version: | 1.5.2 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
If -- is used in the blog URL, WordPress replaces with a – aka – when called via bloginfo(). bloginfo() shouldn't wptexturize() the URL outputs.
Reported here: http://wordpress.org/support/topic/46086
Change History (4)
- Owner changed from anonymous to ryan
Yes, same root cause. We shouldn't texturize URIs.
comment:3
Viper007Bond — 8 years ago
Bah, I searched before making this ticket, but didn't see that one.
Note: See
TracTickets for help on using
tickets.

This is the same as #1545 I think.