Opened 14 months ago

#20338 new defect (bug)

Slugs and special chars

Reported by: amirhabibi Owned by:
Priority: normal Milestone: Awaiting Review
Component: General Version: 3.3.1
Severity: normal Keywords:
Cc:

Description

When Wordpress generates a slug, the apostrophe mark is stripped.

Examples :

"I'm open" > im-open
"L'équipe" > lequipe
"Suzy's Place" > suzys-place

If the apostrophe is changed to "-" the auto generated slug will be more "readable" (and better for seo) :

"I'm open" > i-m-open
"L'équipe" > l-equipe
"Suzy's Place" > suzy-s-place

Maybe a constant to define what strategy to adopt ?

Change History (0)

Note: See TracTickets for help on using tickets.