diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index 8791f93642..ba9fc4f344 100644 --- a/src/wp-includes/blocks.php +++ b/src/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