wp/wp-includes/ms-deprecated.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
   462  * @see get_sites()
   462  * @see get_sites()
   463  *
   463  *
   464  * @param array $args {
   464  * @param array $args {
   465  *     Array of default arguments. Optional.
   465  *     Array of default arguments. Optional.
   466  *
   466  *
   467  *     @type int|array $network_id A network ID or array of network IDs. Set to null to retrieve sites
   467  *     @type int|int[] $network_id A network ID or array of network IDs. Set to null to retrieve sites
   468  *                                 from all networks. Defaults to current network ID.
   468  *                                 from all networks. Defaults to current network ID.
   469  *     @type int       $public     Retrieve public or non-public sites. Default null, for any.
   469  *     @type int       $public     Retrieve public or non-public sites. Default null, for any.
   470  *     @type int       $archived   Retrieve archived or non-archived sites. Default null, for any.
   470  *     @type int       $archived   Retrieve archived or non-archived sites. Default null, for any.
   471  *     @type int       $mature     Retrieve mature or non-mature sites. Default null, for any.
   471  *     @type int       $mature     Retrieve mature or non-mature sites. Default null, for any.
   472  *     @type int       $spam       Retrieve spam or non-spam sites. Default null, for any.
   472  *     @type int       $spam       Retrieve spam or non-spam sites. Default null, for any.