From 9d913e3c3d2d3ea91abb7ed4341c0e12c99ac241 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 28 Nov 2016 13:25:49 +0100 Subject: [PATCH] fixes #555, add icon on delete orphan tags link --- admin/tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tags.php b/admin/tags.php index ce503ba67..991aeec26 100644 --- a/admin/tags.php +++ b/admin/tags.php @@ -364,7 +364,7 @@ foreach ($orphan_tags as $tag) if (count($orphan_tag_names) > 0) { $page['warnings'][] = sprintf( - l10n('You have %d orphan tags: %s.').' '.l10n('Delete orphan tags').'', + l10n('You have %d orphan tags: %s.').' '.l10n('Delete orphan tags').'', count($orphan_tag_names), implode(', ', $orphan_tag_names), get_root_url().'admin.php?page=tags&action=delete_orphans&pwg_token='.get_pwg_token()