Changes between Initial Version and Version 1 of Ticket #32425, comment 7
- Timestamp:
- 06/15/2015 11:12:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32425, comment 7
initial v1 1 1 In 32425.3.patch: 2 2 - Keep the JS `wpautop()` in editor.js but add it to `wp.editor.autop()` and `wp.editor.removep()`. 3 - Use the above to handle adding/removing of `<p>` automatically from the `wordpress` plugin.3 - Use the above to handle adding/removing of `<p>` automatically when loading or switching editors. 4 4 - Do not run the post_content through wpautop() before outputting it for editing. 5 5 - Deprecate `wp_richedit_pre()` and `wp_htmledit_pre()` and introduce `format_for_editor()`.