﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
4500	wp_update_term_count is not increasing taxonomy count correctly.	cavemonkey50	anonymous	"It appears that wp_set_object_terms is not always increasing the taxonomy count. When using the following code, the count is not increased:

register_taxonomy('podcast_format', 'custom_field'); 
wp_insert_term('Main Feed', 'podcast_format');  // Run only once to create term
wp_set_object_terms($custom_field_id, 'main-feed', 'podcast_format', false);

I am aware of wp_update_term_count, but shouldn't wp_set_object_terms increase the count for us?"	defect (bug)	closed	normal	2.3	Administration	2.3	major	fixed	has-patch	ron@…
