Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34814


Ignore:
Timestamp:
12/01/2015 07:25:16 AM (10 years ago)
Author:
SergeyBiryukov
Comment:

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/]
     1If 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].
    22
    33For example, assuming `[my_shortcode]` simply returns it's content. This...