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

See #32246.

Built from https://develop.svn.wordpress.org/trunk@32451


git-svn-id: http://core.svn.wordpress.org/trunk@32421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-05-07 20:36:53 +00:00
parent 948186df0b
commit b801f6f230
2 changed files with 3 additions and 1 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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32450';
$wp_version = '4.3-alpha-32451';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.