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