Changeset 51375
- Timestamp:
- 07/07/2021 07:09:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r51362 r51375 717 717 ); 718 718 719 /** 720 * Filters the list of blocks that can be used as wrapper blocks, allowing 721 * excerpts to be generated from the `innerBlocks` of these warppers. 722 * 723 * @since 5.8.0 724 * 725 * @param array $allowed_wrapper_blocks The list of allowed wrapper blocks. 726 */ 727 $allowed_wrapper_blocks = apply_filters( 'excerpt_allowed_wrapper_blocks', $allowed_wrapper_blocks ); 728 719 729 $allowed_blocks = array_merge( $allowed_inner_blocks, $allowed_wrapper_blocks ); 720 730
Note: See TracChangeset
for help on using the changeset viewer.