Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

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