From 426805112ec566d2b1112a8fea8e0d99d561e052 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 a210f06362d447..b3d4ee86a22d52 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: * *