From 9a178f2510e8f565fcc4ff85d276a291cdfe92f5 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sat, 13 Feb 2016 04:01:26 +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. Built from https://develop.svn.wordpress.org/trunk@36526 git-svn-id: http://core.svn.wordpress.org/trunk@36493 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tag-form.php | 12 ++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index ea92a2d16a..9208bd19eb 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -101,6 +101,18 @@ do_action( "{$taxonomy}_term_edit_form_tag" ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 40e1fca2f8..e4a672fb4f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36525'; +$wp_version = '4.5-alpha-36526'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.