﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
21586	Telling register_post_type to not support anything	sc0ttkclark	nacin	"As the use of WP becomes more complex, post types are getting used in more interesting ways. This is evident by a use-case for passing an empty array to the 'supports' argument. Essentially, the Post Type becomes an object relatable to taxonomies and custom fields.

If an empty array() is sent (or any empty value), WordPress currently sets the defaults to 'title' and 'editor':

http://core.trac.wordpress.org/browser/tags/3.4.1/wp-includes/post.php#L1020

I believe an alternate value should be able to passed such as false, where no defaults will get set. Currently, my work around is to pass an array, but place a faux value within it like '_placeholder'. This keeps the array from being empty and defaults set.

I'll have the patch ready by morning but feel free to provide any input positive/negative on this."	enhancement	closed	normal	3.5	Post Types		minor	fixed	has-patch commit	lol@…
