Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r14660 r15220  
    483483    extract( $r );
    484484
    485     if ( !is_taxonomy($taxonomy) )
     485    if ( !taxonomy_exists($taxonomy) )
    486486        return false;
    487487
     
    522522        $output .= '</ul></li>';
    523523
    524     $output = apply_filters( 'wp_list_categories', $output );
     524    $output = apply_filters( 'wp_list_categories', $output, $args );
    525525
    526526    if ( $echo )
Note: See TracChangeset for help on using the changeset viewer.