[wp-trac] [WordPress Trac] #13630: thickbox not loading when custom post type is registered w/out editor and thumbnail.
WordPress Trac
wp-trac at lists.automattic.com
Sat May 29 23:27:47 UTC 2010
#13630: thickbox not loading when custom post type is registered w/out editor and
thumbnail.
-----------------------------+----------------------------------------------
Reporter: lag47 | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: Unassigned
Component: Post Thumbnails | Version: 3.0
Severity: minor | Keywords: thickbox, custom post types
-----------------------------+----------------------------------------------
thickbox not loading when custom post type is registered w/out editor and
thumbnail. You would think there'd be no need for the thickbox script,
however the thumbnail metabox can be added later using 'add_meta_box()'.
example:
register_post_type('my_post_type', array ('supports' => array('title')) ;
add_meta_box("my_thumbnail_div", 'My Featured Image',
'post_thumbnail_meta_box', "my_post_type");
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13630>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list