Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #60302


Ignore:
Timestamp:
01/19/2024 11:21:03 PM (2 years ago)
Author:
sabernhardt
Comment:

Sorry, WordPress Core Trac is used for fixing and enhancing the Core software, not for individual site help.

Please use the support forums for help requests. https://wordpress.org/support/forums/

This error has already had multiple related topics to read before opening a new topic too. https://wordpress.org/search/%22wp-editor%22+script+should+not+be+enqueued+together+with+the+new+widgets+editor/

The message added in #53569 indicates that the active theme or a plugin uses the incompatible wp-editor script. If you can determine which plugin or theme causes the error, you could report it on their support forum.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60302

    • Property Status changed from new to closed
    • Property Component changed from General to Widgets
    • Property Resolution changed from to invalid
    • Property Milestone changed from Awaiting Review to
  • Ticket #60302 – Description

    initial v2  
    55
    66I am doing this not to show message.
     7{{{
    78function example_theme_support() {
    89    remove_theme_support( 'widgets-block-editor' );
    910}
    1011add_action( 'after_setup_theme', 'example_theme_support' );
     12}}}
    1113
    1214But If I put back to block editor show up I wan to use block editor