[wp-trac] [WordPress Trac] #14471: wp_create_category not working properly
WordPress Trac
wp-trac at lists.automattic.com
Fri Nov 26 11:41:49 UTC 2010
#14471: wp_create_category not working properly
---------------------------------------+------------------------------------
Reporter: christian_gnoth | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: Taxonomy | Version: 3.0
Severity: normal | Resolution:
Keywords: wp admin category display |
---------------------------------------+------------------------------------
Comment(by christian_gnoth):
the Parent "select" tag is generated by
wp_dropdown_categories(array('hide_empty' => 0, 'hide_if_empty' => false,
'taxonomy' => $taxonomy, 'name' => 'parent', 'orderby' => 'name',
'hierarchical' => true, 'show_option_none' => __('None')));
and is working properly.
The category list table is generated by:
$wp_list_table->display_table();
I think it would be good, if the cache is cleared in the mothod
display_table()
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14471#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list