[wp-trac] [WordPress Trac] #48602: wptexturize: smart quotes: should ignore tags inside quotes
WordPress Trac
noreply at wordpress.org
Thu Nov 14 10:19:41 UTC 2019
#48602: wptexturize: smart quotes: should ignore tags inside quotes
-------------------------------+------------------------------
Reporter: kurakin_alexander | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: 5.2.2
Severity: normal | Resolution:
Keywords: | Focuses:
-------------------------------+------------------------------
Changes (by SergeyBiryukov):
* component: General => Formatting
Old description:
> Source (in editor):
>
> {{{
> "abc <a href="http://site.com">def</a>".
> }}}
>
> After save:
>
> Actual: ''«abc [http://site.com def]«''.
> Expected: ''«abc [http://site.com def]»''.
New description:
Source (in editor):
{{{
"abc <a href="http://site.com">def</a>".
}}}
After save:
Actual: `«abc [http://site.com def]«`.
Expected: `«abc [http://site.com def]»`.
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48602#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list