Changes between Initial Version and Version 1 of Ticket #30318, comment 3
- Timestamp:
- 12/28/2014 08:28:53 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30318, comment 3
initial v1 1 1 Hi wpxritter. If I understand you correctly, you're proposing to add a checkbox to the user settings that disables wpautop. Currently this can be done with a plugin and several plugins handle it in a slightly different way. 2 2 3 Disabling wpautop() is not recommended for most users. This functionality has existed since the very beginning. Some parts of core and many plugins expect post_content to have double line breaks instead of <p> hags.3 Disabling wpautop() is not recommended for most users. This functionality has existed since the very beginning. Some parts of core and many plugins expect post_content to have double line breaks instead of <p> tags. 4 4 5 5 In my opinion leaving this to plugins is the right thing to do.