﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14823	Allow get_pages to work with non-hierarchical post types	aaroncampbell		"I discovered this issue while working on making a custom post type a child of another custom post type.  I know that's an edge case, but stay with me.  I needed something like `page_attributes_meta_box()` but I needed to show the parent post type in the dropdown, so I rolled my own (there are no filters available for this).

My new function needed to use `wp_dropdown_pages()` but kept getting an empty set.  It turns out it's because `wp_dropdown_pages()` uses `get_pages()`, which does a seemingly unnecessary check to make sure the post type is hierarchical.  I made it work by making my post type hierarchical, but that messes up the URLs."	defect (bug)	closed	normal		Post Types		normal	duplicate	dev-feedback has-patch	shane@…
