[wp-trac] [WordPress Trac] #13464: The custom post type editor is broken
WordPress Trac
wp-trac at lists.automattic.com
Fri May 21 12:40:04 UTC 2010
#13464: The custom post type editor is broken
--------------------------+-------------------------------------------------
Reporter: RobertWHurst | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Post Types | Version: 3.0
Severity: normal | Keywords: reporter-feedback
--------------------------+-------------------------------------------------
Changes (by dd32):
* keywords: => reporter-feedback
* component: Editor => Post Types
Comment:
What browser are you experiencing this under? Both the visual and the
Javascript appear fine for me.
Furthermore, What is the post_type registration you're using? I'm testing
with the following:
{{{
register_post_type('note', array('label' => 'Notes', 'query_var'
=> 'note', 'public' => true, 'hierarchical' => false, 'supports' =>
array('editor', 'page-attributes', 'title', 'comments') ) );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13464#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list