[wp-trac] [WordPress Trac] #10019: Custom Taxonomy edit page
Javascript-add doesnt work
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 3 11:40:36 GMT 2009
#10019: Custom Taxonomy edit page Javascript-add doesnt work
--------------------------+-------------------------------------------------
Reporter: dd32 | Owner: filosofo
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8
Component: Taxonomy | Version: 2.8
Severity: normal | Keywords: has-patch
--------------------------+-------------------------------------------------
The Custom Taxonomy edit page doesnt work as intended with Javascript
additions.
The issue is that the taxonomy is not passed to _tag_row().
Code for testing:
{{{
add_action( 'init', 'theme_taxonomies', 5 );
function theme_taxonomies() {
register_taxonomy( 'people', 'post', array( 'hierarchical' =>
false, 'label' => 'People', 'query_var' => true, 'rewrite' => true ) );
}
}}}
Then visit the edit-tag.php?taxonomy=people and attempt to add a new item.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10019>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list