- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r14660 r15220 483 483 extract( $r ); 484 484 485 if ( ! is_taxonomy($taxonomy) )485 if ( !taxonomy_exists($taxonomy) ) 486 486 return false; 487 487 … … 522 522 $output .= '</ul></li>'; 523 523 524 $output = apply_filters( 'wp_list_categories', $output );524 $output = apply_filters( 'wp_list_categories', $output, $args ); 525 525 526 526 if ( $echo )
Note: See TracChangeset
for help on using the changeset viewer.