From f4acd73b70283af766fbe2aebaca98c4e40619e2 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 7 Jul 2021 22:39:57 +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. Built from https://develop.svn.wordpress.org/trunk@51378 git-svn-id: http://core.svn.wordpress.org/trunk@50989 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/blocks.php | 4 +++- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index c6ce8b5d38..7aae7f14d4 100644 --- a/wp-includes/blocks.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 59a2ac79a8..eff5760297 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51377'; +$wp_version = '5.9-alpha-51378'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.