From 61759be775a31bf561f9eb01dd4d868d45033407 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 7 Jul 2021 22:46:40 +0000 Subject: [PATCH] Fix merge info. [51378] contained merge info it shouldn't and accidentally a line of code from one of those commits that another one had changed. See #53604. Unprops jorbin. git-svn-id: https://develop.svn.wordpress.org/trunk@51379 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/blocks.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index 7aae7f14d4..cc46bc3d63 100644 --- a/src/wp-includes/blocks.php +++ b/src/wp-includes/blocks.php @@ -716,8 +716,6 @@ function excerpt_remove_blocks( $content ) { 'core/group', ); - $allowed_blocks = array_merge( $allowed_inner_blocks, $allowed_wrapper_blocks ); - /** * Filters the list of blocks that can be used as wrapper blocks, allowing * excerpts to be generated from the `innerBlocks` of these wrappers.