mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Standardise the format used for documenting parameters passed by reference.
See #35974, #41017 git-svn-id: https://develop.svn.wordpress.org/trunk@41688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2751,7 +2751,7 @@ class WP_Query {
|
||||
*
|
||||
* @param array|null $posts Return an array of post data to short-circuit WP's query,
|
||||
* or null to allow WP to run its normal queries.
|
||||
* @param WP_Query $this The WP_Query instance, passed by reference.
|
||||
* @param WP_Query $this The WP_Query instance (passed by reference).
|
||||
*/
|
||||
$this->posts = apply_filters_ref_array( 'posts_pre_query', array( null, &$this ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user