From 2e827f55b4506d988bf3b2ac112cf1970cafa673 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 9 Oct 2022 16:39:28 +0000 Subject: [PATCH] Coding Standards: Correct alignment in `test_import_theme_starter_content()`. This fixes an `Equals sign not aligned correctly` WPCS warning. Follow-up to [54425]. See #55652. Built from https://develop.svn.wordpress.org/trunk@54426 git-svn-id: http://core.svn.wordpress.org/trunk@53985 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 1236ec370f..84764e304d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta3-54425'; +$wp_version = '6.1-beta3-54426'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.