Ticket #30310: category-php-30310.1.diff
File category-php-30310.1.diff, 489 bytes (added by , 10 years ago) |
---|
-
wp-includes/category.php
24 24 $args = wp_parse_args( $args, $defaults ); 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 *