From 98e942e10c53e7edd8075fc3fe68eff289cb2db2 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 11 Apr 2019 17:26:03 +0000 Subject: [PATCH] General: Fix a typo in the docs for `_restore_wpautop_hook()`. Props manzoorwani.jk Fixes #46864 git-svn-id: https://develop.svn.wordpress.org/trunk@45159 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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