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:
parent
af0242a37b
commit
98e942e10c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue