echo"<p>".sprintf(__('Thank you for using %s, your blog has been deleted. Happy trails to you until we meet again.'),$current_site->site_name)."</p>";
}else{
echo"<p>".__("I'm sorry, the link you clicked is stale. Please select another option.")."</p>";
}
}else{
?>
<p><?phpprintf(__('If you do not want to use your %s blog any more, you can delete it using the form below. When you click <strong>Delete My Blog</strong> you will be sent an email with a link in it. Click on this link to delete your blog.'),$current_site->site_name);?></p>
<p><?php_e('Remember, once deleted your blog cannot be restored.')?></p>
<p><inputid='confirmdelete'type='checkbox'name='confirmdelete'value='1'/><labelfor='confirmdelete'><strong><?phpprintf(__("I'm sure I want to permanently disable my blog, and I am aware I can never get it back or use %s again."),$current_blog->domain);?></strong></label></p>