Changes between Initial Version and Version 1 of Ticket #57643, comment 5
- Timestamp:
- 02/06/2023 10:22:33 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57643, comment 5
initial v1 13 13 Item three is incorrect: the package has been logging warnings, `console.warn`, for some time but the script does not cause JavaScript errors and functions as intended for theme and plugin developers. 14 14 15 There is precedent for retaining scripts no longer used by WordPress Core in the code base to maintain backward compatibility, `jquery-forms` hasn't been used for some time but ismaintained. There is no performance impact from doing so.15 There is precedent for retaining scripts no longer used by WordPress Core in the code base to maintain backward compatibility, `jquery-forms`, `suggest`, `jcrop`, and `cropper` haven't been used for some time but are maintained. There is no performance impact from doing so. 16 16 17 17 In my view, removing `wp-nux` is a WordPress developer convenience at the expense of backward compatibility for theme an plugin developers. Nothing is lost from retaining it.