diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 0e5797fa7e..73d95df2af 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -3984,7 +3984,7 @@ function wp_trim_excerpt( $text = '', $post = null ) { /* * Temporarily unhook do_blocks() since excerpt_remove_blocks( $text ) - * handels block rendering needed for excerpt. + * handles block rendering needed for excerpt. */ $filter_block_removed = remove_filter( 'the_content', 'do_blocks', 9 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ccbb89a59a..6791cabc5b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56560'; +$wp_version = '6.4-alpha-56561'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.