id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 13381 label for register_taxonomy does not accept non-standard characters wjm "WordPress version: 3.0-beta2 Hi, the following code registers the taxonomy, but it does not get displayed in the admin panel, under the POSTS menu. {{{ register_taxonomy( 'informacion', 'post', array( 'hierarchical' => true, 'label' => 'Información', 'query_var' => true, 'rewrite' => true ) ); }}} the problem happens with the label having a non-standard char. if I set it to: {{{ 'label' => 'Información' }}} it works fine. this is the html ouput in the admin section {{{
  • }}} " defect (bug) closed normal Taxonomy 3.0 normal invalid register_taxonomy, admin panel