mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Fix block script dependencies
This commit is contained in:
@@ -64,7 +64,7 @@ class DisplayFeaturedImageGenesisWidgetsBlocks {
|
||||
wp_register_script(
|
||||
"{$this->prefix}-block",
|
||||
plugin_dir_url( dirname( __FILE__ ) ) . "js/block{$minify}.js",
|
||||
array( 'wp-blocks', 'wp-element', 'wp-components', 'wp-editor' ),
|
||||
array( 'jquery', 'wp-blocks', 'wp-element', 'wp-components', 'wp-editor' ),
|
||||
$version,
|
||||
false
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user