mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user