diff --git a/wp-content/themes/the-world/functions.php b/wp-content/themes/the-world/functions.php index 0ea2de976..7cb3e327a 100644 --- a/wp-content/themes/the-world/functions.php +++ b/wp-content/themes/the-world/functions.php @@ -147,14 +147,14 @@ function tw_block_editor_assets() { 'tw-deny-list-blocks', get_template_directory_uri() . '/js/blockembed.js', array( 'wp-blocks', 'wp-dom-ready', 'wp-edit-post' ), - '1.0', + '1.1', array( 'in_footer' => true ) ); wp_enqueue_style( 'tw-block-editor-styles', get_template_directory_uri() . '/css/block-editor.css', array(), - '1.0' + '1.1' ); } endif;