From 5b2c18d29509a0fc772d8f44e7ff47a8d41a5f90 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 6 Sep 2022 14:21:10 +0000 Subject: [PATCH] Docs: Add a `@since` note for the `update_network_meta_cache` parameter of `WP_Network_Query::__construct()`. Follow-up to [54080]. See #55646. Built from https://develop.svn.wordpress.org/trunk@54082 git-svn-id: http://core.svn.wordpress.org/trunk@53641 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-network-query.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.