From c7919d32db764138b7c321c20332d5e90e8024ea Mon Sep 17 00:00:00 2001 From: gziolo Date: Mon, 23 Oct 2023 05:38:35 +0000 Subject: [PATCH] Tests: Improve code coverage for _build_block_template_result_from_file Props costdev, bernhard-reiter. See #54335, #59325. Follow-up for [56562]. Built from https://develop.svn.wordpress.org/trunk@56983 git-svn-id: http://core.svn.wordpress.org/trunk@56494 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7315366ad7..91f7fa7fcc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-56982'; +$wp_version = '6.5-alpha-56983'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.