Skip to content

Commit

Permalink
Docs: Correct the WP_User Query location reference in query cache t…
Browse files Browse the repository at this point in the history
…ests.

Follow-up to [1047/tests], [33749], [55657].

See #59651.

git-svn-id: https://develop.svn.wordpress.org/trunk@57325 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jan 22, 2024
1 parent b4eeefe commit a1cf525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/user/query.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Test WP_User Query, in wp-includes/user.php
* Test WP_User_Query, in wp-includes/class-wp-user-query.php.
*
* @group user
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/tests/user/queryCache.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Test WP_User Query, in wp-includes/user.php
* Test WP_User_Query, in wp-includes/class-wp-user-query.php.
*
* @group user
*
Expand Down

0 comments on commit a1cf525

Please sign in to comment.