Skip to content

Commit

Permalink
remove in_footer arg
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Mar 28, 2022
1 parent 48a7d0c commit 6e9f303
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/compat/wordpress-6.0/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ function gutenberg_block_type_metadata_view_script( $settings, $metadata ) {
$view_script_handle,
gutenberg_url( str_replace( gutenberg_dir_path(), '', $view_script_path ) ),
$view_script_dependencies,
$view_script_version,
true
$view_script_version
);
if ( $result ) {
$settings['view_script'] = $view_script_handle;
Expand Down

0 comments on commit 6e9f303

Please sign in to comment.