Changeset 22108 for trunk/wp-admin/ms-delete-site.php
- Timestamp:
- 10/04/2012 12:40:09 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-delete-site.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-delete-site.php
r19712 r22108 25 25 } 26 26 } 27 28 $blog = get_blog_details(); 27 29 28 30 $title = __( 'Delete Site' ); … … 73 75 <?php wp_nonce_field( 'delete-blog' ) ?> 74 76 <input type="hidden" name="action" value="deleteblog" /> 75 <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>77 <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() ? $blog->domain : $blog->domain . $blog->path ); ?></strong></label></p> 76 78 <?php submit_button( __( 'Delete My Site Permanently' ) ); ?> 77 79 </form>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)