﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
8704	Missing Filter in function wp_get_object_terms()	miqrogroove	ryan	"The qTranslate plugin author has asked me to forward this issue to WP dev.

in wp-includes/taxonomy.php function wp_get_object_terms()

find 

{{{
   return $terms;
}}}

replace with 

{{{
   $terms = apply_filters('wp_get_object_terms', $terms);
   return $terms;
}}}



Original discussion at http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=305

Enjoy"	defect (bug)	closed	normal	2.8	Taxonomy	2.7	normal	fixed	has-patch tested commit	
