Changeset 41934
- Timestamp:
- 10/19/2017 12:47:15 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/ms-delete-site.php
r41661 r41934 21 21 wp_die( sprintf( __( 'Thank you for using %s, your site has been deleted. Happy trails to you until we meet again.' ), get_network()->site_name ) ); 22 22 } else { 23 wp_die( __( "I'm sorry, the link you clicked is stale. Please select another option.") );23 wp_die( __( 'Sorry, the link you clicked is stale. Please select another option.' ) ); 24 24 } 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.