Make WordPress Core

Ticket #38039: patch_38039.diff

File patch_38039.diff, 1.2 KB (added by MaximeCulea, 8 years ago)
  • wp-includes/ms-blogs.php

     
    579579 *                                           an empty array, or 'none' to disable `ORDER BY` clause.
    580580 *                                           Default 'id'.
    581581 *     @type string       $order             How to order retrieved sites. Accepts 'ASC', 'DESC'. Default 'ASC'.
    582  *     @type int          $network_id        Limit results to those affiliated with a given network ID.
    583  *                                           Default current network ID.
     582 *     @type int          $network_id        Limit results to those affiliated with a given network ID. If 0,
     583 *                                           include all networks. Default 0.
    584584 *     @type array        $network__in       Array of network IDs to include affiliated sites for. Default empty.
    585585 *     @type array        $network__not_in   Array of network IDs to exclude affiliated sites for. Default empty.
    586586 *     @type string       $domain            Limit results to those affiliated with a given domain.