﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17620	get_post_types check for supporting title	GaryJ		"In 3.2-beta2-18055, a print_r of:

`get_post_types();`

correctly returns:

`Array ( [post] => post [page] => page [attachment] => attachment [revision] => revision [nav_menu_item] => nav_menu_item [surl] => surl [book] => book )`

(Default post types, plus a couple of my extra ones).

However, a print_r of:

`get_post_types( array( 'supports' => array( 'title' ) ) );`

returns:

`Array ( [attachment] => attachment [revision] => revision [nav_menu_item] => nav_menu_item )`

instead of the ones that actually have support for the title feature.
The same result occurs when checking for editor support. I've tried my registered post types with and without title support, yet neither seem to appear when filtering by title support, not doe post or page, which I would also expect to be returned."	defect (bug)	closed	normal		Post Types	3.2	normal	worksforme	close	
