Make WordPress Core

Changeset 36475


Ignore:
Timestamp:
02/04/2016 02:37:07 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Reference get_terms() for arguments available in get_categories().

See #32246.

File:
1 edited

Legend:

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

    r35718 r36475  
    1616 * @since 2.1.0
    1717 * @see get_terms() Type of arguments that can be changed.
    18  * @link https://codex.wordpress.org/Function_Reference/get_categories
    19  *
    20  * @param string|array $args Optional. Change the defaults retrieving categories.
     18 *
     19 * @param string|array $args Optional. Arguments to retrieve categories. See {@see get_terms()} for available arguments.
     20 *                           Default empty.
    2121 * @return array List of categories.
    2222 */
Note: See TracChangeset for help on using the changeset viewer.