Display "Edit $taxonomy" on edit-tags.php Edit screen. Props jfarthing84. See #12746
git-svn-id: https://develop.svn.wordpress.org/trunk@13876 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6740a74398
commit
3e9d7f8975
@ -116,7 +116,7 @@ case 'bulk-delete':
|
||||
break;
|
||||
|
||||
case 'edit':
|
||||
$title = __('Edit Tag');
|
||||
$title = sprintf(_x('Edit %s', '%s: singular taxonomy name'), $tax->singular_label);
|
||||
|
||||
require_once ('admin-header.php');
|
||||
$tag_ID = (int) $_GET['tag_ID'];
|
||||
|
Loading…
Reference in New Issue
Block a user