Skip to content

Commit bf73097

Browse files
Coding Standards: Fix WPCS issues in [49248].
See #42852. git-svn-id: https://develop.svn.wordpress.org/trunk@49251 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 197067c commit bf73097

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/wp-admin/user-edit.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -653,11 +653,11 @@
653653
<th scope="row"><label for="pass2"><?php _e( 'Repeat New Password' ); ?></label></th>
654654
<td>
655655
<input name="pass2" type="password" id="pass2" class="regular-text" value="" autocomplete="off" aria-describedby="pass2-desc" />
656-
<?php if ( IS_PROFILE_PAGE ) : ?>
657-
<p class="description" id="pass2-desc"><?php _e( 'Type your new password again.' ); ?></p>
658-
<?php else : ?>
659-
<p class="description" id="pass2-desc"><?php _e( 'Type the new password again.' ); ?></p>
660-
<?php endif; ?>
656+
<?php if ( IS_PROFILE_PAGE ) : ?>
657+
<p class="description" id="pass2-desc"><?php _e( 'Type your new password again.' ); ?></p>
658+
<?php else : ?>
659+
<p class="description" id="pass2-desc"><?php _e( 'Type the new password again.' ); ?></p>
660+
<?php endif; ?>
661661
</td>
662662
</tr>
663663
<tr class="pw-weak">

0 commit comments

Comments
 (0)