Make WordPress Core

Ticket #25229: ms-delete-site.php.diff

File ms-delete-site.php.diff, 705 bytes (added by NikV, 11 years ago)

First pass at wp-admin/ms-delete-site.php

  • ms-delete-site.php

     
    4242        update_option( 'delete_blog_hash', $hash );
    4343
    4444        $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 */
    4652        $content = apply_filters( 'delete_site_email_content', __( "Dear User,
    4753You recently clicked the 'Delete Site' link on your site and filled in a
    4854form on that page.