Skip to content

Commit

Permalink
Classic Editor: Fix browser console error for backbone.js (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jun 26, 2024
1 parent 1fcbceb commit 50f1417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-classic-editor.php
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ public function admin_enqueue_scripts( $hook_suffix ) {
wp_enqueue_script(
CHBE_NAMESPACE,
CHBE_URL . '/build/classic-editor.js',
array(),
array( 'wp-backbone' ),
filemtime( CHBE_PATH . '/build/classic-editor.js' ),
true
);

0 comments on commit 50f1417

Please sign in to comment.