﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
17652,get_term_link doesn't accept $term->term_id without explicit casting as numeric,tomauger,,"global $wp_query;

$term = $wp_query->get_queried_object();

get_term_link($term, $term->taxonomy); // ok

get_term_link($term->slug, $term->taxonomy); // ok

get_term_link($term->term_id, $term->taxonomy); // WP_Error ('Empty Term')

echo ($term->term_id); // ok (echoes correct ID)",defect (bug),new,normal,Awaiting Review,Taxonomy,3.1.3,minor,,,jonathanwold eddie.moya+wptrac@…
