Changes between Initial Version and Version 1 of Ticket #28564, comment 22
- Timestamp:
- 06/25/2014 12:02:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28564, comment 22
initial v1 1 I'm not sure why we're texturizing shortcode attributes at all. The problem in comment -3 is solved by searching left to right for the next `]`, since we later agreed `[` and `]` must be escaped within a shortcode.1 I'm not sure why we're texturizing shortcode attributes at all. The problem in comment:3 is solved by searching left to right for the next `]`, since we later agreed `[` and `]` must be escaped within a shortcode. 2 2 3 3 ''Real world example...'' I tested a plugin that uses jQuery Cycle2. It did break, though I doubt anyone is using it in the way that breaks it. But here goes. The shortcode for the Testimonial Rotator plugin is like this: