mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-26 21:49:51 +01:00
use site details on confirm delete site, props sivel, fixes #13873.diff
git-svn-id: http://svn.automattic.com/wordpress/trunk@15245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a42369117
commit
96a8731980
@ -69,7 +69,7 @@ Webmaster
|
||||
|
||||
<form method="post" name="deletedirect">
|
||||
<input type="hidden" name="action" value="deleteblog" />
|
||||
<p><input id="confirmdelete" type="checkbox" name="confirmdelete" value="1" /> <label for="confirmdelete"><strong><?php printf( __( "I'm sure I want to permanently disable my site, and I am aware I can never get it back or use %s again." ), is_subdomain_install() ? $current_blog->domain : $current_site->domain . $current_site->path ); ?></strong></label></p>
|
||||
<p><input id="confirmdelete" type="checkbox" name="confirmdelete" value="1" /> <label for="confirmdelete"><strong><?php printf( __( "I'm sure I want to permanently disable my site, and I am aware I can never get it back or use %s again." ), is_subdomain_install() ? $current_blog->domain : $current_blog->domain . $current_blog->path ); ?></strong></label></p>
|
||||
<p class="submit"><input type="submit" value="<?php esc_attr_e( 'Delete My Site Permanently' ) ?>" /></p>
|
||||
</form>
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user