Skip to content
Prev Previous commit
Next Next commit
Fix whitespace
  • Loading branch information
sirreal committed May 30, 2024
commit 948c3afb79b5325c2b9c34ee5f08b94f1bb69490
2 changes: 1 addition & 1 deletion lib/experimental/script-modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function gutenberg_print_script_module_data(): void {
foreach ( array_keys( $modules ) as $module_id ) {
$data = apply_filters( 'scriptmoduledata_' . $module_id, array() );
if ( ! empty( $data ) ) {
/*
/*
* This data will be printed as JSON inside a script tag like this:
* <script type="application/json"></script>
*
Expand Down