mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
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
This commit is contained in:
parent
df56131c6a
commit
5b2c18d295
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user