Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #35395, comment 40


Ignore:
Timestamp:
09/25/2016 10:43:12 PM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35395, comment 40

    v2 v3  
    2828In both cases all of the templates would have to be checked for bad CSS interactions. Having a preview increases the chance for the user to believe that everything is okay, i.e. the preview can be "deceitful". I'd rather avoid that.
    2929
    30 I also think that there are themes that would want to prevent the users from (easily) changing their CSS. A child theme
     30I also think that there are themes that would want to prevent the users from (easily) changing their CSS. An officially supported child theme would make much more sense in these cases.
    3131
    3232> ...surely this can't be worse in terms of security than being able to edit PHP files directly within the theme and plugin editors? We can decide what the appropriate capability is here, such as `edit_files`, if that helps.