Docs: Add an explanation for the dynamic portion of the `{$taxonomy}_term_edit_form_top` hook, introduced in [36526].

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36577 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-02-18 18:19:00 +00:00
parent 305e314259
commit 1663c24df4
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ wp_nonce_field( 'update-tag_' . $term_id );
*
* At this point, the required hidden fields and nonces have already been output.
*
* The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
*
* @since 4.5.0
*
* @param object $tag Current taxonomy term object.