From f50ed42ca7e7490639e62e2e49ebaa1e7d8675a3 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sat, 13 Feb 2016 04:00:07 +0000 Subject: [PATCH] Introduce `{$taxonomy}_term_edit_form_top` action to edit-tag-form.php. This new action gives developers a place to output content at the beginning of the form element on edit-tags.php. Props flixos90. Fixes #35252. git-svn-id: https://develop.svn.wordpress.org/trunk@36526 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tag-form.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/wp-admin/edit-tag-form.php b/src/wp-admin/edit-tag-form.php index ea92a2d16a..9208bd19eb 100644 --- a/src/wp-admin/edit-tag-form.php +++ b/src/wp-admin/edit-tag-form.php @@ -101,6 +101,18 @@ do_action( "{$taxonomy}_term_edit_form_tag" );