#27602 closed defect (bug) (fixed)
wptexturize ignores text after unmatched [
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | trivial | Version: | 3.8 |
Component: | Formatting | Keywords: | wptexturize |
Focuses: | Cc: |
Description
In handling the element and shortcode delimeters to avoid changing their contents, the function rather lazily ignores everything after the first char of the post or split phrase. You can try these in the editor with the preview button.
Test case:
[Hello world, this is my post. "As you may know, I like curly quotes."
Compare with:
H[ello world, this is my post. "As you may know, I like curly quotes."
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch added on #12690. These are two different bugs but should be fixed together.