Make WordPress Core

Ticket #31526: 31526.diff

File 31526.diff, 1.2 KB (added by iandunn, 11 years ago)
  • src/wp-includes/taxonomy.php

     
    15911591 *     @type array|string $exclude_tree      Array or comma/space-separated string of term ids to exclude
    15921592 *                                           along with all of their descendant terms. If $include is
    15931593 *                                           non-empty, $exclude_tree is ignored. Default empty array.
    1594  *     @type int          $number            Maximum number of terms to return. Accepts 1+ or -1 (all).
    1595  *                                           Default -1.
     1594 *     @type int          $number            Maximum number of terms to return. Accepts 1+ or  ''|0 (all).
     1595 *                                           Default ''|0.
    15961596 *     @type int          $offset            The number by which to offset the terms query. Default empty.
    15971597 *     @type string       $fields            Term fields to query for. Accepts 'all' (returns an array of
    15981598 *                                           term objects), 'ids' or 'names' (returns an array of integers