Changes between Initial Version and Version 7 of Ticket #13805
- Timestamp:
- 06/09/2010 09:38:33 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13805
- Property Keywords reporter-feedback added; wordpress3 taxonomy labels removed
-
Ticket #13805 – Description
initial v7 1 1 In Wordpress 3, when I specify a a custom non hierarchy taxonomy (like tags) the wrong labels are used. Works with with a hierarchy based one: 2 2 {{{ 3 3 function bugpress_taxonomy() { 4 4 //taxonomies … … 25 25 )); 26 26 } 27 }}}