tag_id ) ) {
printf(__("Number of topics from which the old tag was removed: %d
\n"), $merged['old_count']);
printf(__("Number of topics to which the new tag was added: %d
\n"),$merged['diff_count']);
printf(__("Number of rows deleted from tags table:%d
\n"),$merged['destroyed']['tags']);
printf(__('New Tag'), bb_get_tag_link());
} else {
die(printf(__("Something odd happened when attempting to merge those tags.
\nTry Again?"), wp_get_referer()));
}
?>