﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14089,Categories not supported on hierarchical post types,scribu,,"After registering a post type like so:

{{{
	register_post_type( 'example', array( 
		'label' => 'Examples', 
		'hierarchical' => true,
		'taxonomies' => array('category')
	) );
}}}

1. Create a post in that post type and assign it a category. 

2. Go to wp-admin/edit.php?post_type=example

3. The Categories column is present, but it's blank.
",defect (bug),closed,normal,3.1,Post Types,,minor,fixed,,kevinB
