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