Changeset 10613 for trunk/wp-includes/category-template.php
- Timestamp:
- 02/20/2009 11:31:46 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r10606 r10613 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;
Note: See TracChangeset
for help on using the changeset viewer.