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:
@@ -116,7 +116,7 @@ case 'bulk-delete':
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'edit':
|
case 'edit':
|
||||||
$title = __('Edit Tag');
|
$title = sprintf(_x('Edit %s', '%s: singular taxonomy name'), $tax->singular_label);
|
||||||
|
|
||||||
require_once ('admin-header.php');
|
require_once ('admin-header.php');
|
||||||
$tag_ID = (int) $_GET['tag_ID'];
|
$tag_ID = (int) $_GET['tag_ID'];
|
||||||
|
|||||||
Reference in New Issue
Block a user