From 5ef79767942ec2ec95f08b8fc2d3121cdec85d2c Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Wed, 15 May 2024 09:22:16 +0200 Subject: [PATCH] Fix whitespace --- lib/experimental/script-modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/experimental/script-modules.php b/lib/experimental/script-modules.php index a210f06362d44..0b38e7aed0216 100644 --- a/lib/experimental/script-modules.php +++ b/lib/experimental/script-modules.php @@ -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: * *