Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #5809, comment 79


Ignore:
Timestamp:
09/26/2012 10:26:17 PM (12 years ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5809, comment 79

    initial v1  
    1 I think this needs to use wp_update_term_count() instead of direct calls to _update_generic_term_count() and _update_post_term_count() so that deferred term counting still works.  Deferred counting is more important when creating new terms vs. updating so it might not be a big deal here.  Deferred counting is to save count update storms during imports.
     1I think this needs to use wp_update_term_count() instead of direct calls to _update_generic_term_count() and _update_post_term_count() so that deferred term counting still works.  Deferred counting is more important when creating new terms vs. updating so it might not be a big deal here.  Deferred counting is to avoid count update storms during imports.