diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index e0c05e3b43..6032159fb9 100644 --- a/wp-includes/blocks.php +++ b/wp-includes/blocks.php @@ -301,9 +301,8 @@ function parse_blocks( $content ) { * Parses dynamic blocks out of `post_content` and re-renders them. * * @since 5.0.0 - * @global WP_Post $post The post to edit. * - * @param string $content Post content. + * @param string $content Post content. * @return string Updated post content. */ function do_blocks( $content ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 792dc2bb40..55a5e363b0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45392'; +$wp_version = '5.3-alpha-45393'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.