[wp-trac] [WordPress Trac] #40148: wptexturize does not handle mid-word italics properly
WordPress Trac
noreply at wordpress.org
Mon Mar 13 19:56:42 UTC 2017
#40148: wptexturize does not handle mid-word italics properly
--------------------------+-----------------------------
Reporter: chriscombsdc | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: 4.7.3
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
When referring to the name of a publication, it is necessary to italicize
the publication but not the possessive ending.
This leads to wptexturize making the wrong assumption about whether to use
a "left" or a "right" quote.
Example post content:
{{{
the <em>Daily Mail</em>'s report
}}}
Current output:
{{{
the Daily Mail‘s report
}}}
Desired output:
{{{
the Daily Mail’s report
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40148>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list