mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user