From 322b60f600371cfd28ce20f06d566a7fb32b4f39 Mon Sep 17 00:00:00 2001 From: youknowriad Date: Thu, 25 Nov 2021 09:22:00 +0000 Subject: [PATCH] Themes: Add block template resolution algorithm unit tests. Backports the unit tests for block templates and hybrid themes template resolution from the Gutenberg plugin. Props bernhard-reiter, jorgefilipecosta. Fixes #54478. Built from https://develop.svn.wordpress.org/trunk@52246 git-svn-id: http://core.svn.wordpress.org/trunk@51838 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 19360d0db3..59c2be791d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52245'; +$wp_version = '5.9-alpha-52246'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.