﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18352,Quick Edit / page-attributes for non-hierarchical custom post type,s1m0nd,nacin,"I want to use Page Order to enable users to alter the display order for a custom post type; but I don't want parent/child relationships between the posts. I'm registering the post type (broadly) as follows:

{{{
register_post_type('feature',array(
	'label' => 'Features',
	'show_ui' => true,
	'hierarchical' => false,
	'supports' => array('title','excerpt','page-attributes'),
));
}}}

'Order' appears under 'Attributes' on the main edit screen, as it should; but doesn't then appear as a Quick Edit option.

If I change 'hierarchical' to true, I see 'Parent' and 'Order' on the main Edit screen, which makes sense. But in Quick Edit, I see 'Parent', 'Order' and now additionally, 'Template'.",defect (bug),closed,normal,3.3,Administration,3.2.1,normal,fixed,has-patch close dev-feedback,
