id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 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) closed normal Taxonomy 3.1.3 minor duplicate