Changes between Version 1 and Version 2 of Ticket #52050, comment 9
- Timestamp:
- 02/04/2021 02:58:06 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52050, comment 9
v1 v2 1 1 I posted about this on Stack Exchange before I realized it was a WordPress 5.6 issue. In a comment, someone noted that if you install the Enable jQuery Migrate Helper plugin, this issue is resolved. I can confirm that it does resolve the issue. 2 2 3 The plugin downgrades jQuery to the version that was previously included in Wordpress 5.5. Also, if you install the Classic Editor plugin (which disables Gutenberg) the metaboxc issue is resolved also.3 The plugin downgrades jQuery to the version that was previously included in Wordpress 5.5. Or, if you install the Classic Editor plugin (which disables Gutenberg) the metaboxc issue is resolved also. 4 4 5 5 Hopefully, this helps someone isolate the bug to create a patch.