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