Make WordPress Core

Ticket #32276: 32276.patch

File 32276.patch, 533 bytes (added by dlh, 10 years ago)
  • src/wp-includes/taxonomy.php

     
    30363036         * Fires after a new term is created, and after the term cache has been cleaned.
    30373037         *
    30383038         * @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.
    30393043         */
    30403044        do_action( "created_term", $term_id, $tt_id, $taxonomy );
    30413045