Changes between Initial Version and Version 1 of Ticket #34814
- Timestamp:
- 12/01/2015 07:25:16 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34814 – Description
initial v1 1 If a `<` is used in shortcode content without a reciprocating `>` the shortcode closing tag will be duplicated. This was introduced in 4.2.3 as part of [ https://core.trac.wordpress.org/changeset/33360/]1 If a `<` is used in shortcode content without a reciprocating `>` the shortcode closing tag will be duplicated. This was introduced in 4.2.3 as part of [33360]. 2 2 3 3 For example, assuming `[my_shortcode]` simply returns it's content. This...