Changeset 30370 for trunk/src/wp-includes/category.php
- Timestamp:
- 11/17/2014 05:36:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r30105 r30370 25 25 26 26 $taxonomy = $args['taxonomy']; 27 27 28 /** 28 * Filter the taxonomy used to retrieve terms when calling get_categories().29 * Filter the taxonomy used to retrieve terms when calling {@see get_categories()}. 29 30 * 30 31 * @since 2.7.0 31 32 * 32 33 * @param string $taxonomy Taxonomy to retrieve terms from. 33 * @param array $args An array of arguments. @see get_terms()34 * @param array $args An array of arguments. See {@see get_terms()}. 34 35 */ 35 36 $taxonomy = apply_filters( 'get_categories_taxonomy', $taxonomy, $args );
Note: See TracChangeset
for help on using the changeset viewer.