Changes between Version 2 and Version 3 of Ticket #35395, comment 40
- Timestamp:
- 09/25/2016 10:43:12 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35395, comment 40
v2 v3 28 28 In 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. 29 29 30 I also think that there are themes that would want to prevent the users from (easily) changing their CSS. A child theme30 I 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. 31 31 32 32 > ...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.