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
This commit is contained in:
Aaron Jorbin 2021-07-07 22:39:57 +00:00
parent 3f7c228c90
commit f4acd73b70
2 changed files with 4 additions and 2 deletions

View File

@ -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
*

View File

@ -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.