Skip to content

Commit edfc033

Browse files
committed
👌 IMPROVE: Refactor
1 parent 6ab5eb4 commit edfc033

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
@@ -53,7 +53,7 @@ function <% blockNamePHPLower %>_cgb_block_assets() { // phpcs:ignore
5353
null // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.editor.build.css' ) // Version: File modification time.
5454
);
5555

56-
// Localized globals. Use dynamic PHP stuff in JavaScript via `cgbGlobal` object.
56+
// WP Localized globals. Use dynamic PHP stuff in JavaScript via `cgbGlobal` object.
5757
wp_localize_script(
5858
'<% blockNamePHPLower %>-cgb-block-js',
5959
'cgbGlobal', // Array containing dynamic data for a JS Global.

0 commit comments

Comments
 (0)