Changes between Initial Version and Version 1 of Ticket #55693
- Timestamp:
- 05/07/2022 09:29:09 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55693
-
Property
Version
changed from
trunk
to -
Property
Component
changed from
Editor
toTinyMCE
-
Property
Version
changed from
-
Ticket #55693 – Description
initial v1 1 1 I hope I am correct here, I have been tracking through a long trail of changes, but... 2 2 3 Changeset 43336 added some line breaks corrects implemented in the case that `hasWpautop` evaluated to false.3 Changeset r43336 added some line breaks corrects implemented in the case that `hasWpautop` evaluated to false. 4 4 5 5 This seems to have been linked to the `gutenberg_disable_editor_settings_wpautop` function in the Gutenberg plugin at version 2.7, but is seems this same function was removed in Gutenberg 5.2.0. 6 6 7 A shim for this was added and then removed in Gutenberg itself, the removal once 4336 was merged to WordPress.7 A shim for this was added and then removed in Gutenberg itself, the removal once r43336 was merged to WordPress. 8 8 9 So, my question / issue is, is it time to remove 43336 from the core WordPress code?9 So, my question / issue is, is it time to remove r43336 from the core WordPress code? 10 10 11 11 References to some useful links that support the above are listed below. 12 12 13 https://core.trac.wordpress.org/changeset/4333614 https://core.trac.wordpress.org/ticket/4430815 https://github.com/WordPress/gutenberg/issues/6385 16 https://github.com/WordPress/gutenberg/blob/trunk/docs/contributors/code/deprecations.md 17 https://github.com/WordPress/gutenberg/pull/7373/files 18 https://github.com/WordPress/gutenberg/pull/8832/files 13 - changeset:43336 14 - ticket:44308 15 - [https://github.com/WordPress/gutenberg/issues/6385 Gutenberg issue 6385] 16 - [https://github.com/WordPress/gutenberg/blob/trunk/docs/contributors/code/deprecations.md#520 Gutenberg 5.2.0 deprecations] 17 - [https://github.com/WordPress/gutenberg/pull/7373/files Gutenberg PR 7373] 18 - [https://github.com/WordPress/gutenberg/pull/8832/files Gutenberg PR 8832]