From cc1261f7fd02a03364ded9971e6c586b324a9e7d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 18 Feb 2016 18:19:26 +0000 Subject: [PATCH] Docs: Add an explanation for the dynamic portion of the `{$taxonomy}_term_edit_form_top` hook, introduced in [36526]. See #32246. Built from https://develop.svn.wordpress.org/trunk@36577 git-svn-id: http://core.svn.wordpress.org/trunk@36544 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tag-form.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index 9208bd19eb..6a4500b565 100644 --- a/wp-admin/edit-tag-form.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 25f800ccc8..4f69925b84 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36576'; +$wp_version = '4.5-alpha-36577'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.