Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21391, comment 34


Ignore:
Timestamp:
09/21/2012 11:46:57 AM (12 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21391, comment 34

    initial v1  
    11[attachment:21391.7.patch] adds support for type specific taxonomies. See [attachment:plugin.php] for an example.
    22
    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'`.