From f35df6f37ac5d51cab426635c321fee9f01e252d Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 25 Feb 2025 22:07:22 +0000 Subject: [PATCH] Build/Test Tools: Add tests for theme-related body classes. This changeset adds new unit test cases following [59698]. Props sukhendu2002. Fixes #19736. Built from https://develop.svn.wordpress.org/trunk@59869 git-svn-id: http://core.svn.wordpress.org/trunk@59211 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 6c2a058bb0..e218ba53a2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59868'; +$wp_version = '6.8-alpha-59869'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.