mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 12:50:18 +01:00
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:
parent
b0872b005d
commit
2a2cbb3b49
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user