diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index af7f526824..cce4715e9a 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -525,7 +525,7 @@ if ( ! is_taxonomy_hierarchical( $taxonomy ) ) { } /** - * Fires after the Add Term form fields for hierarchical taxonomies. + * Fires after the Add Term form fields. * * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 019320b5fe..e941e9d921 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31246'; +$wp_version = '4.2-alpha-31247'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.