diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index 169e4b3c25..e0c05e3b43 100644 --- a/wp-includes/blocks.php +++ b/wp-includes/blocks.php @@ -149,7 +149,7 @@ function excerpt_remove_blocks( $content ) { * If a dynamic block is added to this list, it must not generate another * excerpt, as this will cause an infinite loop to occur. * - * @since 4.4.0 + * @since 5.0.0 * * @param array $allowed_blocks The list of allowed blocks. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index cc49c91615..bb3a1d70ce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45283'; +$wp_version = '5.3-alpha-45284'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.