Changeset 36476
- Timestamp:
- 02/04/2016 02:49:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r36475 r36476 17 17 * @see get_terms() Type of arguments that can be changed. 18 18 * 19 * @param string|array $args Optional. Arguments to retrieve categories. See {@see get_terms()} for available arguments. 20 * Default empty. 19 * @param string|array $args { 20 * Optional. Arguments to retrieve categories. See {@see get_terms()} for additional options. 21 * 22 * @type string $taxonomy Taxonomy to retrieve terms for. In this case, default 'category'. 23 * } 21 24 * @return array List of categories. 22 25 */
Note: See TracChangeset
for help on using the changeset viewer.