mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Trim trailing space from string in site delete confirmation
Props yoavf. Fixes #32853. git-svn-id: https://develop.svn.wordpress.org/trunk@33029 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
54cd46c1d0
commit
568721eef1
@ -75,7 +75,7 @@ Webmaster
|
||||
wp_mail( get_option( 'admin_email' ), "[ " . wp_specialchars_decode( get_option( 'blogname' ) ) . " ] ".__( 'Delete My Site' ), $content );
|
||||
?>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<?php } else {
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user