[wp-trac] Re: [WordPress Trac] #1258: Curly quotes mixups
WordPress Trac
wp-trac at lists.automattic.com
Tue Apr 17 04:43:59 GMT 2007
#1258: Curly quotes mixups
-------------------------------+--------------------------------------------
Reporter: Denis de Bernardy | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.3
Component: Template | Version: 2.1
Severity: normal | Resolution:
Keywords: needs-patch |
-------------------------------+--------------------------------------------
Comment (by Otto42):
This is wp_texturize() doing this. It specifically replaces single-quote-S
characters with ’s. This then messes up the normal quote
matching to try to make the quotes prettier. Something a bit more clever
in that function might be able to fix it, perhaps by looking for a letter
(any letter) preceding the 's before thinking it should be an apostrophe?
--
Ticket URL: <http://trac.wordpress.org/ticket/1258#comment:10>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list