﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14133	Custom post type breaks the_editor in plugins	xiosen		"I previously used the_editor to tap into the wordpress editor in my plugins. With the addition of custom post types in wordpress 3.0, this feature breaks the insert into post within the add media buttons which in turn breaks my plugins ability to use the_editor.

In wp-admin/includes/media.php line 1166 the default 'send' argument now checks for custom post type support whereas in previous versions of wordpress it defaulted to true. 

In this instance, using media buttons through the_editor in a plugin does not work since a custom post type was not registered. Since 'send' is now defaulted to false the insert into post buttons do not show up.

I would propose adding a filter for the defaults or setting the 'send' default to true and only checking for post_type_supports if a post parent is found."	defect (bug)	closed	normal	3.1	Editor	3.0	major	fixed	has-patch	kevinB
