Skip to content

Commit

Permalink
Replace to editor_script_handles
Browse files Browse the repository at this point in the history
  • Loading branch information
takayukister committed May 6, 2024
1 parent 0d7d753 commit 5236ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/block-editor/block-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function wpcf7_init_block_editor_assets() {
register_block_type(
wpcf7_plugin_path( 'includes/block-editor' ),
array(
'editor_script' => 'contact-form-7-block-editor',
'editor_script_handles' => 'contact-form-7-block-editor',
)
);
}

0 comments on commit 5236ec8

Please sign in to comment.