From 8603da629fd41a496996efabecb7cb9afce342ea Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 13 Jan 2017 04:19:39 +0000 Subject: [PATCH] Taxonomy: Add an explanation for "Parent" dropdown for hierarchical custom taxonomies. Props F J Kaiser, raggedrobins, DrewAPicture, diddledan, SergeyBiryukov. Fixes #23447. Built from https://develop.svn.wordpress.org/trunk@39895 git-svn-id: http://core.svn.wordpress.org/trunk@39832 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tag-form.php | 4 +++- wp-admin/edit-tags.php | 6 ++++-- wp-includes/version.php | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index d233b3091e..a5ed447a6f 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -165,7 +165,9 @@ do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy ); $dropdown_args = apply_filters( 'taxonomy_parent_dropdown_args', $dropdown_args, $taxonomy, 'edit' ); wp_dropdown_categories( $dropdown_args ); ?> -

+

+ +

diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 2e4dd35797..20261fe70a 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -436,8 +436,10 @@ do_action( "{$taxonomy}_term_new_form_tag" ); wp_dropdown_categories( $dropdown_args ); ?> - -

+ +

+ +

diff --git a/wp-includes/version.php b/wp-includes/version.php index e62b8ff8c4..596f422ac5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39894'; +$wp_version = '4.8-alpha-39895'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.