Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57643, comment 5


Ignore:
Timestamp:
02/06/2023 10:22:33 PM (2 years ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57643, comment 5

    initial v1  
    1313Item 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.
    1414
    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 is maintained. There is no performance impact from doing so.
     15There 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.
    1616
    1717In 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.