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
This commit is contained in:
hellofromTonya 2023-10-03 15:44:22 +00:00
parent b0872b005d
commit 2a2cbb3b49

View File

@ -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.