Opened 15 years ago
Closed 13 years ago
#14951 closed defect (bug) (fixed)
Read more links broken when Title contans EN DASH
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.0.1 |
Component: | Permalinks | Keywords: | |
Focuses: | Cc: |
Description
This is most commonly seen when content is being copied from Word or some other word processor that converts regular dashes "-" to the longer EN DASH "%e2%80%93". The automatically generated slug will save the EN DASH as "-%e2%80%93-". This will cause the generated permalink to fail.
Change History (4)
Note: See
TracTickets for help on using
tickets.
I think this happened to a client recently,though not with "Read More..." A group of pages weren't appearing in menus and some changes to the slugs of these pages (in quick view) cured it. It seems though that WordPress is converting white space in a pasted title to a slug with illegal characters here. If so, it might be a more important issue?