﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20590	is_tax() with term parameter returns true for any taxonomy with that term	petercarlill		"I have two custom taxonomies, 'body' and 'operations', assigned to different custom post types.

Both taxonomies contain the term 'shoulder'

is_tax('operations','shoulder') returns true both when viewing the 'shoulder' archive for the taxonomy 'operations' and when viewing the archive page for the term 'shoulder' in the taxonomy 'Body-Parts'

Therefore, is_tax() is returning true for the term, and ignoring which taxonomy it is in.

The only way I can get it to return true only when viewing the 'shoulder' archive for 'operations' is by  is_tax( 'operations', 'shoulder') && is_tax('operations')

Version is 3.3.2
"	defect (bug)	closed	normal	3.5	Taxonomy		minor	fixed	has-patch needs-unit-tests	
