Make WordPress Core


Ignore:
Timestamp:
08/03/2017 02:33:19 PM (9 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-network-query.php

    r41162 r41215  
    259259                 * @since 4.6.0
    260260                 *
    261                  * @param array            $results  An array of networks.
    262                  * @param WP_Network_Query &$this    Current instance of WP_Network_Query, passed by reference.
     261                 * @param array            $_networks An array of WP_Network objects.
     262                 * @param WP_Network_Query &$this     Current instance of WP_Network_Query, passed by reference.
    263263                 */
    264264                $_networks = apply_filters_ref_array( 'the_networks', array( $_networks, &$this ) );
Note: See TracChangeset for help on using the changeset viewer.