From 1deec1b17e7ee761699e7ae518e814ffb909edc7 Mon Sep 17 00:00:00 2001 From: George Mamadashvili Date: Mon, 4 Sep 2023 17:46:22 +0400 Subject: [PATCH] Plugin: Remove 'Footnotes' and 'Comments' from the non-dynamic block registration list --- lib/blocks.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/blocks.php b/lib/blocks.php index f160d2a7080d3..34ef63f2e87ad 100644 --- a/lib/blocks.php +++ b/lib/blocks.php @@ -21,10 +21,8 @@ function gutenberg_reregister_core_block_types() { 'code', 'column', 'columns', - 'comments', 'details', 'group', - 'footnotes', 'html', 'list', 'list-item',