Ticket #29911: 29911.patch
File 29911.patch, 426 bytes (added by , 10 years ago) |
---|
-
taxonomy.php
2484 2484 2485 2485 clean_term_cache($term, $taxonomy); 2486 2486 2487 if ( is_taxonomy_hierarchical( $taxonomy ) && $edit_tt_ids ) 2488 clean_term_cache( $edit_tt_ids, $taxonomy ); 2489 2487 2490 /** 2488 2491 * Fires after a term is deleted from the database and the cache is cleaned. 2489 2492 *