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
This commit is contained in:
John Blackbourn 2019-04-11 17:26:03 +00:00
parent af0242a37b
commit 98e942e10c
1 changed files with 1 additions and 1 deletions

View File

@ -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