Make WordPress Core


Ignore:
Timestamp:
07/19/2016 01:17:51 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Clarify the fields argument description in WP_Network_Query::__construct().

See #32504.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-network-query.php

    r38102 r38104  
    102102     *     @type bool         $count                Whether to return a network count (true) or array of network objects.
    103103     *                                              Default false.
    104      *     @type string       $fields               Network fields to return. Accepts 'ids' for network IDs only or empty
    105      *                                              for all fields. Default empty.
     104     *     @type string       $fields               Network fields to return. Accepts 'ids' (returns an array of network IDs)
     105     *                                              or empty (returns an array of complete network objects). Default empty.
    106106     *     @type int          $number               Maximum number of networks to retrieve. Default null (no limit).
    107107     *     @type int          $offset               Number of networks to offset the query. Used to build LIMIT clause.
Note: See TracChangeset for help on using the changeset viewer.