Make WordPress Core

Ticket #30310: category-php-30310.diff

File category-php-30310.diff, 380 bytes (added by tw2113, 10 years ago)
  • wp-includes/category.php

     
    2424        $args = wp_parse_args( $args, $defaults );
    2525
    2626        $taxonomy = $args['taxonomy'];
     27
    2728        /**
    2829         * Filter the taxonomy used to retrieve terms when calling get_categories().
    2930         *