From b99b8161e4ec876c4a0cd44b275d5c386a0428f7 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 14 Oct 2024 01:07:15 +0000 Subject: [PATCH] Bundled Themes: Test new themes are added to new bundled files. Introduces a test to ensure that new bundled themes are included in the `$_new_bundled_files` array. Modifies previous theme related tests added during the 6.7 release cycle to include the correct annotations. Props peterwilsoncc, mukesh27, costdev. See #61530, #62103. Built from https://develop.svn.wordpress.org/trunk@59227 git-svn-id: http://core.svn.wordpress.org/trunk@58619 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 f101534e0a..49cad58eb5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta2-59226'; +$wp_version = '6.7-beta2-59227'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.