Changeset 12798 for trunk/wp-includes/category-template.php
- Timestamp:
- 01/22/2010 07:30:05 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r12694 r12798 357 357 $tab_index_attribute = " tabindex=\"$tab_index\""; 358 358 359 $categories = get_ categories($r );359 $categories = get_terms( $taxonomy, $r ); 360 360 $name = esc_attr($name); 361 361 $class = esc_attr($class);
Note: See TracChangeset
for help on using the changeset viewer.