mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Fix various filter documentation.
See #38462, #41017 git-svn-id: https://develop.svn.wordpress.org/trunk@41215 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -258,8 +258,8 @@ class WP_Network_Query {
|
||||
*
|
||||
* @since 4.6.0
|
||||
*
|
||||
* @param array $results An array of networks.
|
||||
* @param WP_Network_Query &$this Current instance of WP_Network_Query, passed by reference.
|
||||
* @param array $_networks An array of WP_Network objects.
|
||||
* @param WP_Network_Query &$this Current instance of WP_Network_Query, passed by reference.
|
||||
*/
|
||||
$_networks = apply_filters_ref_array( 'the_networks', array( $_networks, &$this ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user