From 2a2cbb3b497fa1b95f15b0d11a47a761fa2ccc21 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Tue, 3 Oct 2023 15:44:22 +0000 Subject: [PATCH] Query: Fix a PHPCS issue in `_prime_post_parents_caches()` tests. Removes an extraneous line break in the `_prime_post_parents_caches()` tests. Follow-up to [56763]. Unprops spacedmonkey. Props mukesh27, costdev. See #59188. Built from https://develop.svn.wordpress.org/trunk@56766 git-svn-id: http://core.svn.wordpress.org/trunk@56278 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 da12e892f6..3116efbb13 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta1-56765'; +$wp_version = '6.4-beta1-56766'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.