Ticket #13873: 13873.diff

File 13873.diff, 1.1 KB (added by sivel, 3 years ago)
Line 
1Index: wp-admin/ms-delete-site.php
2===================================================================
3--- wp-admin/ms-delete-site.php (revision 15244)
4+++ wp-admin/ms-delete-site.php (working copy)
5@@ -69,7 +69,7 @@
6 
7        <form method="post" name="deletedirect">
8                <input type="hidden" name="action" value="deleteblog" />
9-               <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>
10+               <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>
11                <p class="submit"><input type="submit" value="<?php esc_attr_e( 'Delete My Site Permanently' ) ?>" /></p>
12        </form>
13        <?php