Skip to content

Commit

Permalink
Update blocks.php (#485)
Browse files Browse the repository at this point in the history
Break cache to avoid mismatched CSS.
  • Loading branch information
pkevan authored Oct 19, 2023
1 parent c375eb6 commit 467881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu-plugins/blocks/global-header-footer/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function register_block_assets() {
'wporg-global-header-footer',
plugins_url( "/build/style$suffix.css", __FILE__ ),
$style_dependencies,
filemtime( __DIR__ . "/build/style$suffix.css" )
filemtime( __DIR__ . "/build/style$suffix.css" ) + 1,
);

wp_register_script(
Expand Down

0 comments on commit 467881b

Please sign in to comment.