Skip to content

Commit

Permalink
Docs: Add a @since note for the update_network_meta_cache paramet…
Browse files Browse the repository at this point in the history
…er 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
  • Loading branch information
SergeyBiryukov committed Sep 6, 2022
1 parent df56131 commit 5b2c18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions wp-includes/class-wp-network-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5b2c18d

Please sign in to comment.