From b6572af5d227103f185e5646394644837755a694 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 3 Mar 2017 02:54:42 +0000 Subject: [PATCH] Taxonomy: Improve 'Parent' label when editing taxonomy terms. Instead of the hardcoded 'Parent', use the `parent_item` label. Props abrain, dlh. Fixes #34545. Built from https://develop.svn.wordpress.org/trunk@40146 git-svn-id: http://core.svn.wordpress.org/trunk@40085 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tag-form.php | 2 +- wp-admin/edit-tags.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index a5ed447a6f..d676f73a09 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -146,7 +146,7 @@ do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy ); - +
- + 0, diff --git a/wp-includes/version.php b/wp-includes/version.php index a6585aa598..751b617a45 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40145'; +$wp_version = '4.8-alpha-40146'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.