From 17bdafca772c04ed8140830d6eed362de16394ce Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 11 Apr 2019 17:27:52 +0000 Subject: [PATCH] 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 --- wp-includes/blocks.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index 8791f93642..ba9fc4f344 100644 --- a/wp-includes/blocks.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 120a584cf3..cb78828fa1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.