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
@@ -202,7 +202,7 @@ class WP_Network_Query {
/**
* Filters the network data before the query takes place.
*
* Return a non-null value to bypass WordPress's default network queries.
* Return a non-null value to bypass WordPress' default network queries.
*
* The expected return type from this filter depends on the value passed in the request query_vars.
* When `$this->query_vars['count']` is set, the filter should return the network count as an int.