Skip to content

Commit

Permalink
fix(theme): increment block editor asset versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeterman-gp committed May 29, 2024
1 parent aa5994c commit 128ad8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-content/themes/the-world/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 128ad8b

Please sign in to comment.