From 1663c24df4bc705c5d60c70842d0df2ed4719416 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 18 Feb 2016 18:19:00 +0000 Subject: [PATCH] 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 --- src/wp-admin/edit-tag-form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-admin/edit-tag-form.php b/src/wp-admin/edit-tag-form.php index 9208bd19eb..6a4500b565 100644 --- a/src/wp-admin/edit-tag-form.php +++ b/src/wp-admin/edit-tag-form.php @@ -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.