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
This commit is contained in:
Sergey Biryukov 2022-09-06 14:19:22 +00:00
parent 040afa7ae3
commit 31fa0c854f

View File

@ -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.