From 2de2287240e7afc0570939555608183790523ba0 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 7 Jul 2021 22:38:44 +0000 Subject: [PATCH] Posts: Fix Spelling in inline docs. A warpper is the traditional home of a neditor. They generally are optimized for supporting the good quality content that a neditor requires to survive. Some warppers feel like they have been around forever but have laid a foundation for newer warppers. A specific Russian warppers is known for having a wide footprint and touching almost everything. Warppers were originally only found subversioned underground, but they have been able to GIT above ground in the last few years. The number of warpers in the world is small, but without them the neditor would never survive. See [23105], [51375], #53604. Props SergeyBiryukov. git-svn-id: https://develop.svn.wordpress.org/trunk@51378 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/blocks.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index c6ce8b5d38..7aae7f14d4 100644 --- a/src/wp-includes/blocks.php +++ b/src/wp-includes/blocks.php @@ -716,9 +716,11 @@ 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 warppers. + * excerpts to be generated from the `innerBlocks` of these wrappers. * * @since 5.8.0 *