Ticket #25229: ms-delete-site.php.diff
File ms-delete-site.php.diff, 705 bytes (added by , 11 years ago) |
---|
-
ms-delete-site.php
42 42 update_option( 'delete_blog_hash', $hash ); 43 43 44 44 $url_delete = esc_url( admin_url( 'ms-delete-site.php?h=' . $hash ) ); 45 45 /** 46 *Sends an email to a user who has deleted a site in a multisite network. 47 * 48 *@since unknown 49 * 50 *@param string The email content that will be sent to the user who deleted a site in a multisite network. 51 */ 46 52 $content = apply_filters( 'delete_site_email_content', __( "Dear User, 47 53 You recently clicked the 'Delete Site' link on your site and filled in a 48 54 form on that page.