Make WordPress Core

Ticket #32853: 32853.diff

File 32853.diff, 709 bytes (added by yoavf, 11 years ago)
  • src/wp-admin/ms-delete-site.php

     
    7575        wp_mail( get_option( 'admin_email' ), "[ " . wp_specialchars_decode( get_option( 'blogname' ) ) . " ] ".__( 'Delete My Site' ), $content );
    7676        ?>
    7777
    78         <p><?php _e( 'Thank you. Please check your email for a link to confirm your action. Your site will not be deleted until this link is clicked. ') ?></p>
     78        <p><?php _e( 'Thank you. Please check your email for a link to confirm your action. Your site will not be deleted until this link is clicked.' ) ?></p>
    7979
    8080<?php } else {
    8181        ?>