Make WordPress Core

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#60302 closed defect (bug) (invalid)

Notice: Function wp_enqueue_script() was called incorrectly. "wp-editor"

Reported by: kazskater99's profile kazskater99 Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Widgets Keywords:
Focuses: Cc:

Description (last modified by sabernhardt)

Notice: Function wp_enqueue_script() was called incorrectly. "wp-editor" script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in /.../wp-includes/functions.php on line 6031

I am doing this not to show message.

function example_theme_support() {
    remove_theme_support( 'widgets-block-editor' );
}
add_action( 'after_setup_theme', 'example_theme_support' );

But If I put back to block editor show up I wan to use block editor

Thank you

Change History (3)

#1 @kazskater99
2 years ago

This show up in Widget area NOt sure what to do with this..

Help me please.

#2 @sabernhardt
2 years ago

  • Component changed from General to Widgets
  • Description modified (diff)
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

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.

#3 @sabernhardt
2 years ago

#60534 was marked as a duplicate.

Note: See TracTickets for help on using tickets.