Changes between Initial Version and Version 11 of Ticket #1258
- Timestamp:
- 09/12/07 22:03:25 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1258
- Property Severity changed from trivial to normal
- Property Summary changed from text rendering to Curly quotes mixups
- Property Owner anonymous deleted
- Property Version changed from 1.5.1 to 2.1
- Property Milestone changed from to 2.4 (next)
- Property Keywords needs-patch added
- Property Patch changed from to No
-
Ticket #1258 – Description
initial v11 3 3 when you use single quotes in the text, WP converts them to single fancy quotes. However, some quotes are transformed in the wrong direction. 4 4 5 e.g. if you type: 'products', 'services', you get â productsâ, âservicesâ rather than âproductsâ, âservicesâ.5 e.g. if you type: 'products', 'services', you get ‘products’, ’services’ rather than ‘products’, ‘services’. 6 6 7 7 I think the problem comes from WP detecting something like /'s/ rather than /\w's/ 8 â s8 ’s
