Changeset 11263 for trunk/wp-includes/category-template.php
- Timestamp:
- 05/11/2009 04:37:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r11204 r11263 888 888 889 889 foreach ( $terms as $term ) { 890 $link = get_term_link( $term , $taxonomy );890 $link = get_term_link( $term->term_id, $taxonomy ); 891 891 if ( is_wp_error( $link ) ) 892 892 return $link;
Note: See TracChangeset
for help on using the changeset viewer.