Changeset 9080 for trunk/wp-includes/category.php
- Timestamp:
- 10/03/2008 10:09:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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';
Note: See TracChangeset
for help on using the changeset viewer.