[wp-trac] [WordPress Trac] #31160: wptextureize(): quotation mark rendered incorrectly after link, before parenthesis
WordPress Trac
noreply at wordpress.org
Wed Jan 28 15:50:09 UTC 2015
#31160: wptextureize(): quotation mark rendered incorrectly after link, before
parenthesis
---------------------------+-----------------------------
Reporter: paulschreiber | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords:
Focuses: |
---------------------------+-----------------------------
The following text is rendered incorrectly:
{{{
(foo bar "<a href="http://www.chargers.com/">K balls</a>")
}}}
Expected:
{{{
(foo bar “K balls”)
}}}
Actual:
{{{
(foo bar “K balls“)
}}}
If you remove either the link or the trailing parenthesis, it renders a
close quote, as expected.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31160>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list