[Plugin: Front-end Editor] Don't strip paragraph tags when saving?
-
Hello scribu,
I’ve disabled WordPress’s auto-paragraphing via
remove_filter('the_content', 'wpautop');
so my content is normally saved with paragraph tags (
<p>…</p>
).When I use Front End Editor, it strips them when saving, which unfortunately spoils the markup. Is there any way I can prevent that?
Thanks! S
- The topic ‘[Plugin: Front-end Editor] Don't strip paragraph tags when saving?’ is closed to new replies.