From a1cf525cd67c5e5a01d6f3bc30cf09c11f815cbe Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 22 Jan 2024 19:40:18 +0000 Subject: [PATCH] Docs: Correct the `WP_User Query` location reference in query cache tests. Follow-up to [1047/tests], [33749], [55657]. See #59651. git-svn-id: https://develop.svn.wordpress.org/trunk@57325 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/user/query.php | 2 +- tests/phpunit/tests/user/queryCache.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/user/query.php b/tests/phpunit/tests/user/query.php index 21275738e7d5e..b6f4fc2899f98 100644 --- a/tests/phpunit/tests/user/query.php +++ b/tests/phpunit/tests/user/query.php @@ -1,6 +1,6 @@