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
This commit is contained in:
Sergey Biryukov 2015-01-19 15:30:09 +00:00
parent 5e301c5794
commit 2c955c0bbf

View File

@ -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.
*