mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Upgrade more parameters in docblocks to used typed array notation.
See #51800, #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@49693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -104,11 +104,11 @@ class WP_Network_Query {
|
||||
* an empty array, or 'none' to disable `ORDER BY` clause. Default 'id'.
|
||||
* @type string $order How to order retrieved networks. Accepts 'ASC', 'DESC'. Default 'ASC'.
|
||||
* @type string $domain Limit results to those affiliated with a given domain. Default empty.
|
||||
* @type array $domain__in Array of domains to include affiliated networks for. Default empty.
|
||||
* @type array $domain__not_in Array of domains to exclude affiliated networks for. Default empty.
|
||||
* @type string[] $domain__in Array of domains to include affiliated networks for. Default empty.
|
||||
* @type string[] $domain__not_in Array of domains to exclude affiliated networks for. Default empty.
|
||||
* @type string $path Limit results to those affiliated with a given path. Default empty.
|
||||
* @type array $path__in Array of paths to include affiliated networks for. Default empty.
|
||||
* @type array $path__not_in Array of paths to exclude affiliated networks for. Default empty.
|
||||
* @type string[] $path__in Array of paths to include affiliated networks for. Default empty.
|
||||
* @type string[] $path__not_in Array of paths to exclude affiliated networks for. Default empty.
|
||||
* @type string $search Search term(s) to retrieve matching networks for. Default empty.
|
||||
* @type bool $update_network_cache Whether to prime the cache for found networks. Default true.
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user