From 32dbb27701d44cce640a88cf374fffaae4e12565 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 2 Oct 2014 20:00:11 +0000 Subject: [PATCH] * Use correct context for 'Name' and 'Parent' strings on taxonomy screens. * Remove unnecessary context for 'Slug' and 'Description' strings. props andg. fixes #29824. git-svn-id: https://develop.svn.wordpress.org/trunk@29821 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tag-form.php | 8 ++++---- src/wp-admin/edit-tags.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/wp-admin/edit-tag-form.php b/src/wp-admin/edit-tag-form.php index e9b76852d0..71c2dd97d3 100644 --- a/src/wp-admin/edit-tag-form.php +++ b/src/wp-admin/edit-tag-form.php @@ -81,13 +81,13 @@ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?> - + - + - + - + diff --git a/src/wp-admin/edit-tags.php b/src/wp-admin/edit-tags.php index cca4530f45..84e56852b5 100644 --- a/src/wp-admin/edit-tags.php +++ b/src/wp-admin/edit-tags.php @@ -448,20 +448,20 @@ if ( current_user_can($tax->cap->edit_terms) ) {
- +

- +

- + 0, @@ -501,7 +501,7 @@ if ( current_user_can($tax->cap->edit_terms) ) {
- +

0, 'hide_if_empty' => false, 'name' => 'parent', 'orderby' => 'name', 'taxonomy' => $taxonomy, 'selected' => $tag->parent, 'exclude_tree' => $tag->term_id, 'hierarchical' => true, 'show_option_none' => __('None'))); ?> @@ -113,7 +113,7 @@ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>