diff --git a/wp-includes/class-wp-network-query.php b/wp-includes/class-wp-network-query.php index e8ff1a5e50..269b960303 100644 --- a/wp-includes/class-wp-network-query.php +++ b/wp-includes/class-wp-network-query.php @@ -85,6 +85,7 @@ class WP_Network_Query { * Sets up the network query, based on the query vars passed. * * @since 4.6.0 + * @since 6.1.0 Introduced the 'update_network_meta_cache' parameter. * * @param string|array $query { * Optional. Array or query string of network query parameters. Default empty. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6d179bb6a9..f892d13b97 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54081'; +$wp_version = '6.1-alpha-54082'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.