Changeset 37342 for trunk/src/wp-includes/category.php
- Timestamp:
- 05/02/2016 03:59:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r36988 r37342 18 18 * 19 19 * @param string|array $args { 20 * Optional. Arguments to retrieve categories. See {@see get_terms()}for additional options.20 * Optional. Arguments to retrieve categories. See get_terms() for additional options. 21 21 * 22 22 * @type string $taxonomy Taxonomy to retrieve terms for. In this case, default 'category'. … … 31 31 32 32 /** 33 * Filter the taxonomy used to retrieve terms when calling {@see get_categories()}.33 * Filter the taxonomy used to retrieve terms when calling get_categories(). 34 34 * 35 35 * @since 2.7.0 36 36 * 37 37 * @param string $taxonomy Taxonomy to retrieve terms from. 38 * @param array $args An array of arguments. See {@see get_terms()}.38 * @param array $args An array of arguments. See get_terms(). 39 39 */ 40 40 $taxonomy = apply_filters( 'get_categories_taxonomy', $taxonomy, $args );
Note: See TracChangeset
for help on using the changeset viewer.