Add missing parameter descriptions to the `created_term` hook documentation.

Props dlh.
Fixes #32276.


git-svn-id: https://develop.svn.wordpress.org/trunk@32450 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-05-07 05:25:30 +00:00
parent b462ce203f
commit 97ac7fffa1
1 changed files with 5 additions and 1 deletions

View File

@ -3036,8 +3036,12 @@ function wp_insert_term( $term, $taxonomy, $args = array() ) {
* Fires after a new term is created, and after the term cache has been cleaned.
*
* @since 2.3.0
*
* @param int $term_id Term ID.
* @param int $tt_id Term taxonomy ID.
* @param string $taxonomy Taxonomy slug.
*/
do_action( "created_term", $term_id, $tt_id, $taxonomy );
do_action( 'created_term', $term_id, $tt_id, $taxonomy );
/**
* Fires after a new term in a specific taxonomy is created, and after the term