Ticket #32276: 32276.patch
File 32276.patch, 533 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/taxonomy.php
3036 3036 * Fires after a new term is created, and after the term cache has been cleaned. 3037 3037 * 3038 3038 * @since 2.3.0 3039 * 3040 * @param int $term_id Term ID. 3041 * @param int $tt_id Term taxonomy ID. 3042 * @param string $taxonomy Taxonomy slug. 3039 3043 */ 3040 3044 do_action( "created_term", $term_id, $tt_id, $taxonomy ); 3041 3045