From 17ff94995ddef2fe092d1b4a44188c4db3cd0ae8 Mon Sep 17 00:00:00 2001 From: Marcelo Serpa Date: Thu, 6 Jun 2024 11:22:51 -0600 Subject: [PATCH] Foobar --- lib/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blocks.php b/lib/blocks.php index 679219cc6ff774..45e0653fbda883 100644 --- a/lib/blocks.php +++ b/lib/blocks.php @@ -7,7 +7,7 @@ /** * Substitutes the implementation of a core-registered block type, if exists, - * with the built result from the plugin. + * with the built result from the plugin. Foobar. */ function gutenberg_reregister_core_block_types() { // Blocks directory may not exist if working from a fresh clone.