﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9193	get_terms() in wp_tag_cloud() didn't return a int	alexrabe	ryan	"I took me a while, and I hope my analyse is correct. I try to use wp_tag_cloud() for my own taxonomy, but I'm not able to get a vaild term link. In get_term_link() i found that it look for a int|string|object. The term->id must be a int, but get_terms() in wp_tag_cloud() return a string array, so it's not possible to get the correct link.

Attched patch change the check from is_int -> is_numeric"	defect (bug)	closed	low	2.8	Taxonomy	2.7	normal	fixed	has-patch taxonomy get_term_link wp_tag_cloud	
