Add a description to the hook documentation for the `created_$taxonomy` action to clarify the dynamic portion of the hook name.

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@32451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-05-07 05:27:36 +00:00
parent 97ac7fffa1
commit 2b62df22b3
1 changed files with 2 additions and 0 deletions

View File

@ -3047,6 +3047,8 @@ function wp_insert_term( $term, $taxonomy, $args = array() ) {
* Fires after a new term in a specific taxonomy is created, and after the term
* cache has been cleaned.
*
* The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
*
* @since 2.3.0
*
* @param int $term_id Term ID.