#29912 closed defect (bug) (duplicate)
wptexturize inserts prime mark instead of closing single quote
Reported by: | paulschreiber | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Formatting | Keywords: | wptexturize |
Focuses: | Cc: |
Description
In the following example:
The 'Big 6': Look here
WordPress inserts a prime mark:
The ‘Big 6′: Look here
Correct behaviour would be to insert a close quote:
The ‘Big 6’: Look here
Note that due to the font trac uses, you don't see a prime mark. You might need to do a view source to see the difference.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #29256.