﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9653	Notice Error in category-template	REGA1976	filosofo	"Notice: Object of class stdClass could not be converted to int in /var/www/wpcms/wp-includes/category-template.php on line 31

The Notice Error is in v2.8 and also in v2.7.x (there in line 65)

find the code in line 31

'''$category->parent == $category_id // recursive recursion'''

and fix it to the following code

'''if ( isset($category->parent) == $category_id ) // recursive recursion'''"	defect (bug)	closed	normal		Taxonomy	2.8	normal	invalid	needs-patch reporter-feedback	
