Changes between Initial Version and Version 1 of Ticket #45636, comment 5
- Timestamp:
- 12/17/2018 09:28:24 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45636, comment 5
initial v1 2 2 3 3 https://github.com/WordPress/gutenberg/issues/4446#issuecomment-394719166 4 5 As per Gutenberg core coding style, this is not a bug which is unnoticed. It is something deliberately injected. 6 7 The Doc block of `function removep( hrml ) { ... }` (in **/wp-admin/js/editor.js**) clearly states: 8 9 * Replaces <p> tags with two line breaks except where the <p> has attributes.