Skip to content

Commit 7f5576b

Browse files
committed
🐛 FIX: Comma in functions param
1 parent cc7622b commit 7f5576b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cgb-scripts/template/src

packages/cgb-scripts/template/src/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function <% blockNamePHPLower %>_cgb_block_assets() { // phpcs:ignore
3333
'<% blockNamePHPLower %>-cgb-style-css', // Handle.
3434
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ), // Block style CSS.
3535
array( 'wp-editor' ), // Dependency to include the CSS after it.
36-
null, // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.style.build.css' ) // Version: File modification time.
36+
null // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.style.build.css' ) // Version: File modification time.
3737
);
3838

3939
// Register block editor script for backend.

0 commit comments

Comments
 (0)