diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index 8791f93642..ba9fc4f344 100644 --- a/wp-includes/blocks.php +++ b/wp-includes/blocks.php @@ -280,7 +280,7 @@ function do_blocks( $content ) { } /** - * If do_blocks() needs to remove wp_autop() from the `the_content` filter, this re-adds it afterwards, + * If do_blocks() needs to remove wpautop() from the `the_content` filter, this re-adds it afterwards, * for subsequent `the_content` usage. * * @access private diff --git a/wp-includes/version.php b/wp-includes/version.php index 120a584cf3..cb78828fa1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta2-45158'; +$wp_version = '5.2-beta2-45159'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.