From b801f6f230811bcc34ce441b6d4f984dd33241ee Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 7 May 2015 20:36:53 +0000 Subject: [PATCH] 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 --- wp-includes/taxonomy.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 1b93971fb2..b39c5571ff 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 289f0b444b..d064466a4c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.