Docs: Fix typo in *_pre_query filter DocBlocks.

See #50768.

git-svn-id: https://develop.svn.wordpress.org/trunk@48985 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-09-17 10:43:23 +00:00
parent 77647aea23
commit 8621e8d5c8
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -2935,7 +2935,7 @@ class WP_Query {
/**
* Filters the posts array before the query takes place.
*
* Return a non-null value to bypass WordPress's default post queries.
* Return a non-null value to bypass WordPress' default post queries.
*
* Filtering functions that require pagination information are encouraged to set
* the `found_posts` and `max_num_pages` properties of the WP_Query object,