mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user