Changes between Version 1 and Version 2 of Ticket #32620, comment 1
- Timestamp:
- 06/16/2015 04:34:11 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32620, comment 1
v1 v2 8 8 9 9 > 2) or... you could add a menu option in Wordpress panel to fine tune how feed would be generated. You could choose if invalid tags should be removed or not, so the feed would contain only plain text in <content> 10 This might make for a good plugin. We should aim to make decisions and not options. However we can provide a way to extend our decisions to allow for more options.10 This might make for a good plugin. We should aim to [https://wordpress.org/about/philosophy/ make decisions and not options]. However we can provide a way to extend our decisions to allow for more options. 11 11 12 12 Since the feed isn't throwing errors, it would hard to make and argument for stripping out the tags that so many content providers depend on. This might be related to how we are encoding feeds though. There are other problems that we know about related to CDATA, and I'm beginning to think we should get rid of CDATA all together in favor of an "escape everything" philosophy.