From 5983e88ab1bd43ae1ec9f272ce1948c6abff55b4 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 3 Mar 2017 02:53:34 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@40146 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tag-form.php | 2 +- src/wp-admin/edit-tags.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/edit-tag-form.php b/src/wp-admin/edit-tag-form.php index a5ed447a6f..d676f73a09 100644 --- a/src/wp-admin/edit-tag-form.php +++ b/src/wp-admin/edit-tag-form.php @@ -146,7 +146,7 @@ do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy ); - +
- + 0,