Changeset 45932 for trunk/src/wp-admin/ms-delete-site.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/ms-delete-site.php
r45926 r45932 23 23 wp_die( 24 24 sprintf( 25 /* translators: %s: Network name*/25 /* translators: %s: Network title. */ 26 26 __( 'Thank you for using %s, your site has been deleted. Happy trails to you until we meet again.' ), 27 27 get_network()->site_name … … 88 88 get_option( 'admin_email' ), 89 89 sprintf( 90 /* translators: %s: Site title */90 /* translators: %s: Site title. */ 91 91 __( '[%s] Delete My Site' ), 92 92 wp_specialchars_decode( get_option( 'blogname' ) ) … … 108 108 <?php 109 109 printf( 110 /* translators: %s: Network name*/110 /* translators: %s: Network title. */ 111 111 __( 'If you do not want to use your %s site any more, you can delete it using the form below. When you click <strong>Delete My Site Permanently</strong> you will be sent an email with a link in it. Click on this link to delete your site.' ), 112 112 get_network()->site_name … … 122 122 <?php 123 123 printf( 124 /* translators: %s: site address*/124 /* translators: %s: Site address. */ 125 125 __( "I'm sure I want to permanently disable my site, and I am aware I can never get it back or use %s again." ), 126 126 $blog->domain . $blog->path
Note: See TracChangeset
for help on using the changeset viewer.