Make WordPress Core


Ignore:
Timestamp:
08/03/2017 02:33:19 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Fix various filter documentation.

See #38462, #41017

File:
1 edited

Legend:

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

    r41162 r41215  
    303303         * @since 4.6.0
    304304         *
    305          * @param array         $results An array of sites.
    306          * @param WP_Site_Query &$this   Current instance of WP_Site_Query, passed by reference.
     305         * @param array         $_sites An array of WP_Site objects.
     306         * @param WP_Site_Query &$this  Current instance of WP_Site_Query, passed by reference.
    307307         */
    308308        $_sites = apply_filters_ref_array( 'the_sites', array( $_sites, &$this ) );
Note: See TracChangeset for help on using the changeset viewer.