Make WordPress Core


Ignore:
Timestamp:
09/13/2016 01:09:52 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct description for domain and path arguments in WP_Network_Query::__construct().

See #32504.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-blogs.php

    r38457 r38595  
    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.
    586  *     @type string       $domain            Limit results to those affiliated with a given domain.
    587  *                                           Default empty.
     586 *     @type string       $domain            Limit results to those affiliated with a given domain. Default empty.
    588587 *     @type array        $domain__in        Array of domains to include affiliated sites for. Default empty.
    589588 *     @type array        $domain__not_in    Array of domains to exclude affiliated sites for. Default empty.
    590  *     @type string       $path              Limit results to those affiliated with a given path.
    591  *                                           Default empty.
     589 *     @type string       $path              Limit results to those affiliated with a given path. Default empty.
    592590 *     @type array        $path__in          Array of paths to include affiliated sites for. Default empty.
    593591 *     @type array        $path__not_in      Array of paths to exclude affiliated sites for. Default empty.
Note: See TracChangeset for help on using the changeset viewer.