[wp-trac] [WordPress Trac] #5809: Updating a term in one taxonomy affects the term in every taxonomy

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 26 22:26:04 UTC 2012


#5809: Updating a term in one taxonomy affects the term in every taxonomy
--------------------------+-----------------------
 Reporter:  rmccue        |       Owner:  garyc40
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:  3.5
Component:  Taxonomy      |     Version:  2.3
 Severity:  major         |  Resolution:
 Keywords:  has-patch     |
--------------------------+-----------------------

Comment (by ryan):

 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.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/5809#comment:79>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list