From d82ecc275f3490e250f98b20b54631b67b5ce72a Mon Sep 17 00:00:00 2001 From: akashdhawade1991 <68046117+akashdhawade1991@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:25:10 -0400 Subject: [PATCH] Address pipeline issues --- lib/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blocks.php b/lib/blocks.php index 3f346c1fdbdc15..eabb49c2dd39cd 100644 --- a/lib/blocks.php +++ b/lib/blocks.php @@ -50,7 +50,7 @@ function gutenberg_reregister_core_block_types() { 'block.php' => 'core/block', 'calendar.php' => 'core/calendar', 'categories.php' => 'core/categories', - 'collab.php' => 'core/collab', + 'collab.php' => 'core/collab', 'cover.php' => 'core/cover', 'comment-author-avatar.php' => 'core/comment-author-avatar', 'comment-author-name.php' => 'core/comment-author-name',