Changeset 36399
- Timestamp:
- 01/26/2016 02:17:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r36391 r36399 3621 3621 * 3622 3622 * @since 2.5.0 3623 * @since 4.5.0 Added $clean_taxonomy param. 3623 3624 * 3624 3625 * @param array $ids An array of term IDs. 3625 3626 * @param string $taxonomy Taxonomy slug. 3627 * @param bool $clean_taxonomy Whether or not to clean taxonomy-wide caches 3626 3628 */ 3627 do_action( 'clean_term_cache', $ids, $taxonomy );3629 do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy ); 3628 3630 } 3629 3631
Note: See TracChangeset
for help on using the changeset viewer.