Changes between Initial Version and Version 1 of Ticket #60251, comment 4
- Timestamp:
- 01/19/2024 05:57:56 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60251, comment 4
initial v1 1 1 Do you know I have notice few days ago. 2 2 3 Mess gais here shown3 Message is here shown 4 4 5 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 /home/kaztokyo/www/wordpress/wp-includes/functions.php on line 60315 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 6 6 7 7 I am doing this not to show message. 8 8 9 {{{ 9 10 function example_theme_support() { 10 11 remove_theme_support( 'widgets-block-editor' ); 11 12 } 12 13 add_action( 'after_setup_theme', 'example_theme_support' ); 14 }}} 13 15 14 16 Thank you