mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Multisite: Update @since tags for site meta introduction.
Fixes #37923. Fixes #40229. git-svn-id: https://develop.svn.wordpress.org/trunk@44467 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -42,7 +42,7 @@ class WP_Site_Query {
|
||||
/**
|
||||
* Metadata query container.
|
||||
*
|
||||
* @since 5.0.0
|
||||
* @since 5.1.0
|
||||
* @var WP_Meta_Query
|
||||
*/
|
||||
public $meta_query = false;
|
||||
@@ -50,7 +50,7 @@ class WP_Site_Query {
|
||||
/**
|
||||
* Metadata query clauses.
|
||||
*
|
||||
* @since 5.0.0
|
||||
* @since 5.1.0
|
||||
* @var array
|
||||
*/
|
||||
protected $meta_query_clauses;
|
||||
@@ -108,7 +108,7 @@ class WP_Site_Query {
|
||||
*
|
||||
* @since 4.6.0
|
||||
* @since 4.8.0 Introduced the 'lang_id', 'lang__in', and 'lang__not_in' parameters.
|
||||
* @since 5.0.0 Introduced the 'update_site_meta_cache', 'meta_query', 'meta_key',
|
||||
* @since 5.1.0 Introduced the 'update_site_meta_cache', 'meta_query', 'meta_key',
|
||||
* 'meta_value', 'meta_type' and 'meta_compare' parameters.
|
||||
*
|
||||
* @param string|array $query {
|
||||
|
||||
Reference in New Issue
Block a user