Make WordPress Core

Changeset 49251


Ignore:
Timestamp:
10/20/2020 07:05:51 PM (6 years ago)
Author:
adamsilverstein
Message:

Coding Standards: Fix WPCS issues in [49248].

See #42852.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r49248 r49251  
    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>
Note: See TracChangeset for help on using the changeset viewer.