Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #45067, comment 12


Ignore:
Timestamp:
10/16/2018 12:54:05 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45067, comment 12

    v1 v2  
    1111Yeah, we do a lot of sanitization for all kinds of weird uses of shortcodes, will try to figure out what's going on there.
    1212
    13 This actually brings a valid question: do we want to support shortcodes in style attributes for users without `unfiltered_html`? Currently they are not supported and seems we should keep it that way.
     13This actually brings a valid question: do we want to support shortcodes in style attributes for users without `unfiltered_html`? Currently they are not supported (as we remove the whole CSS rule) and seems we should keep it that way.