#31160 closed defect (bug) (duplicate)
wptexturize(): quotation mark rendered incorrectly after link, before parenthesis
Reported by: | paulschreiber | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.2 |
Component: | Formatting | Keywords: | |
Focuses: | Cc: |
Description
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.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Duplicate of #18549.