Changeset 10150 for trunk/wp-includes/category.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r9506 r10150 41 41 $args = wp_parse_args( $args, $defaults ); 42 42 43 $taxonomy = apply_filters( 'get_categories_taxonomy', 'category', $args ); 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.