Changeset 9080
- Timestamp:
- 10/03/08 22:09:35 (2 months ago)
- Files:
-
- trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category.php
r8742 r9080 41 41 $args = wp_parse_args( $args, $defaults ); 42 42 43 $taxonomy = 'category';43 $taxonomy = apply_filters( 'get_categories_taxonomy', 'category', $args ); 44 44 if ( 'link' == $args['type'] ) 45 45 $taxonomy = 'link_category';
