General: Fix a typo in the docs for `_restore_wpautop_hook()`.
Props manzoorwani.jk Fixes #46864 Built from https://develop.svn.wordpress.org/trunk@45159 git-svn-id: http://core.svn.wordpress.org/trunk@44968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2887cea50f
commit
17bdafca77
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue