Ticket #47079: 47079.diff
File 47079.diff, 470 bytes (added by , 6 years ago) |
---|
-
wp-includes/blocks.php
diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index 169e4b3c25..e0c05e3b43 100644
a b function excerpt_remove_blocks( $content ) { 149 149 * If a dynamic block is added to this list, it must not generate another 150 150 * excerpt, as this will cause an infinite loop to occur. 151 151 * 152 * @since 4.4.0152 * @since 5.0.0 153 153 * 154 154 * @param array $allowed_blocks The list of allowed blocks. 155 155 */