From 31fa0c854f4c81514a564ff910286fd32464301f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 6 Sep 2022 14:19:22 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@54082 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-network-query.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-wp-network-query.php b/src/wp-includes/class-wp-network-query.php index e8ff1a5e50..269b960303 100644 --- a/src/wp-includes/class-wp-network-query.php +++ b/src/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.