Ticket #10326 (closed defect (bug): fixed)
strip_shortcodes() greedily strips surrounding bytes
| Reported by: | markjaquith | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | high | Milestone: | 2.9 |
| Component: | Shortcodes | Version: | 2.8 |
| Severity: | critical | Keywords: | has-patch needs-testing |
| Cc: |
Description
strip_shortcodes() which is run on excerpts is too greedy.
Input:
before[gallery]after
Output:
beforfter
As you can see, the characters immediately preceding and following the shortcode have been stripped out. These characters should be preserved.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

