We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7622b commit 7f5576bCopy full SHA for 7f5576b
1 file changed
packages/cgb-scripts/template/src/init.php
@@ -33,7 +33,7 @@ function <% blockNamePHPLower %>_cgb_block_assets() { // phpcs:ignore
33
'<% blockNamePHPLower %>-cgb-style-css', // Handle.
34
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ), // Block style CSS.
35
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.
+ null // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.style.build.css' ) // Version: File modification time.
37
);
38
39
// Register block editor script for backend.
0 commit comments