From 2c955c0bbf683d6829b89241ea77dca557c03ba0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 19 Jan 2015 15:30:09 +0000 Subject: [PATCH] Remove inaccurate part of {$taxonomy}_add_form_fields action description. props joostdekeijzer. fixes #31052. git-svn-id: https://develop.svn.wordpress.org/trunk@31247 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/edit-tags.php b/src/wp-admin/edit-tags.php index af7f526824..cce4715e9a 100644 --- a/src/wp-admin/edit-tags.php +++ b/src/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. *