Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed May 15, 2024
1 parent 60b4ae4 commit 5ef7976
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5ef7976

Please sign in to comment.