Make WordPress Core


Ignore:
Timestamp:
08/23/2016 02:40:09 PM (8 years ago)
Author:
wonderboymusic
Message:

Query: use correct description in the docblock for $number in WP_Comment_Query, WP_Network_Query, and WP_Site_Query.

Props flixos90.
Fixes #37621.

File:
1 edited

Legend:

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

    r38275 r38336  
    111111     *     @type string       $fields               Network fields to return. Accepts 'ids' (returns an array of network IDs)
    112112     *                                              or empty (returns an array of complete network objects). Default empty.
    113      *     @type int          $number               Maximum number of networks to retrieve. Default null (no limit).
     113     *     @type int          $number               Maximum number of networks to retrieve. Default empty (no limit).
    114114     *     @type int          $offset               Number of networks to offset the query. Used to build LIMIT clause.
    115115     *                                              Default 0.
Note: See TracChangeset for help on using the changeset viewer.