Make WordPress Core

Ticket #30310: category-php-30310.1.diff

File category-php-30310.1.diff, 489 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        /**
    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()}.
    2930         *
    3031         * @since 2.7.0
    3132         *