Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30318, comment 3


Ignore:
Timestamp:
12/28/2014 08:28:53 PM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30318, comment 3

    initial v1  
    11Hi 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.
    22
    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.
     3Disabling 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.
    44
    55In my opinion leaving this to plugins is the right thing to do.