diff --git a/wp-includes/class-wp-network-query.php b/wp-includes/class-wp-network-query.php index c3d3fa1284..bce18b8ac4 100644 --- a/wp-includes/class-wp-network-query.php +++ b/wp-includes/class-wp-network-query.php @@ -211,7 +211,7 @@ class WP_Network_Query { * * @since 5.2.0 * - * @param array|null $network_data Return an array of network data to short-circuit WP's network query, + * @param array|int|null $network_data Return an array of network data to short-circuit WP's network query, * the network count as an integer if `$this->query_vars['count']` is set, * or null to allow WP to run its normal queries. * @param WP_Network_Query $this The WP_Network_Query instance, passed by reference. diff --git a/wp-includes/version.php b/wp-includes/version.php index ec5d7c9b1f..9b2bd16d5b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48983'; +$wp_version = '5.6-alpha-48984'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.