mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
Display "Edit $taxonomy" on edit-tags.php Edit screen. Props jfarthing84. See #12746
git-svn-id: http://svn.automattic.com/wordpress/trunk@13876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
949d9a0362
commit
e97deb4b05
@ -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