From a8185d31f0e38a245c21b331cccd22a9f4b45457 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 30 Sep 2025 16:37:35 +0000 Subject: [PATCH] Menus: Revert some unintentional whitespace changes introduced in r60815. Unprops johnbillion. Built from https://develop.svn.wordpress.org/trunk@60816 git-svn-id: http://core.svn.wordpress.org/trunk@60152 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 5b394f4299..8492f8a911 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60815'; +$wp_version = '6.9-alpha-60816'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.