Ticket #30310: category-php-30310.diff
File category-php-30310.diff, 380 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 29 * Filter the taxonomy used to retrieve terms when calling get_categories(). 29 30 *