Ticket #9193: term_as_integer.9193.diff
| File term_as_integer.9193.diff, 531 bytes (added by , 17 years ago) |
|---|
-
wp-includes/category-template.php
573 573 if ( 'edit' == $args['link'] ) 574 574 $link = get_edit_tag_link( $tag->term_id, $args['taxonomy'] ); 575 575 else 576 $link = get_term_link( $tag->term_id, $args['taxonomy'] );576 $link = get_term_link( intval($tag->term_id), $args['taxonomy'] ); 577 577 if ( is_wp_error( $link ) ) 578 578 return false; 579 579