[wp-trac] [WordPress Trac] #10017: Custom taxonomy edit page doesnt
change "Tag" titles
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 3 11:24:58 GMT 2009
#10017: Custom taxonomy edit page doesnt change "Tag" titles
--------------------------+-------------------------------------------------
Reporter: dd32 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: General | Version: 2.8
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
Take for example, This code:
{{{
add_action( 'init', 'theme_taxonomies', 5 );
function theme_taxonomies() {
register_taxonomy( 'people', 'post', array( 'hierarchical' =>
false, 'label' => 'People', 'query_var' => true, 'rewrite' => true ) );
}
}}}
the result is that a link is made under Posts which links to {{{edit-
tags.php?taxonomy=people}}}
If you visit this page, The taxonomy "People" is not mentioned anywhere,
Eg, "Popular Tags", "Add a New Tag", etc.
IMO, It would be beneficial if edit-tags.php was changed to allow "Add New
%s"/etc.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10017>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list