Changes between Initial Version and Version 1 of Ticket #21391, comment 34
- Timestamp:
- 09/21/2012 11:46:57 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21391, comment 34
initial v1 1 1 [attachment:21391.7.patch] adds support for type specific taxonomies. See [attachment:plugin.php] for an example. 2 2 3 Currently the counts on the term lists doesn't work. Couldn't find the right place to fix it. Probably a query which only queries for publish posts.3 ~~Currently the counts on the term lists doesn't work. Couldn't find the right place to fix it. Probably a query which only queries for publish posts.~~ Solved through `'update_count_callback' => '_update_generic_term_count'`.