Make WordPress Core


Ignore:
Timestamp:
10/02/2017 10:13:04 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Standardise the format used for documenting parameters passed by reference.

See #35974, #41017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-query.php

    r41686 r41688  
    27522752         * @param array|null $posts Return an array of post data to short-circuit WP's query,
    27532753         *                          or null to allow WP to run its normal queries.
    2754          * @param WP_Query   $this  The WP_Query instance, passed by reference.
     2754         * @param WP_Query   $this  The WP_Query instance (passed by reference).
    27552755         */
    27562756        $this->posts = apply_filters_ref_array( 'posts_pre_query', array( null, &$this ) );
Note: See TracChangeset for help on using the changeset viewer.