mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Administration: Add punctuation to "If you change this, we will send you an email" message on General Settings, Network Settings, and Profile screens.
Props kinjaldalwadi, donmhico. Fixes #49235. git-svn-id: https://develop.svn.wordpress.org/trunk@47143 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -505,7 +505,7 @@ endif;
|
||||
if ( $profileuser->ID == $current_user->ID ) :
|
||||
?>
|
||||
<p class="description" id="email-description">
|
||||
<?php _e( 'If you change this we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?>
|
||||
<?php _e( 'If you change this, we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?>
|
||||
</p>
|
||||
<?php
|
||||
endif;
|
||||
|
||||
Reference in New Issue
Block a user