Make WordPress Core

Changeset 31652


Ignore:
Timestamp:
03/07/2015 01:04:22 AM (10 years ago)
Author:
DrewAPicture
Message:

Remove a duplicate mention of the default value for the $number argument in get_terms().

Props iandunn.
Fixes #31526.

File:
1 edited

Legend:

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

    r31639 r31652  
    15941594 *     @type int|string   $number            Maximum number of terms to return. Accepts ''|0 (all) or any
    15951595 *                                           positive number. Default ''|0 (all).
    1596  *                                           Default ''|0 (all).
    15971596 *     @type int          $offset            The number by which to offset the terms query. Default empty.
    15981597 *     @type string       $fields            Term fields to query for. Accepts 'all' (returns an array of
Note: See TracChangeset for help on using the changeset viewer.