﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19340	unexpected result using wp_count_terms() function	alex-ye	alex-ye	"Hi I found a unexpected result when I testing wp_count_terms() function .

To get this error , '''Create a 3 categories'''

Catgory Name --- Posts Count
-----------------------------
CAT 1             3  
CAT 2             2
CAT 3             0 

    
Example : 
<?php echo wp_count_terms( 'catgory' , array ( 'hide_empty' => true ) ); ?>

The expected result :
'''2'''

What I get is : 
'''3'''

I hope you fix the proplem .
"	defect (bug)	closed	normal		Taxonomy	3.2.1	normal	duplicate		
