Changeset 12104 for trunk/src/bp-templates/bp-nouveau/buddypress/members/single/settings/general.php
- Timestamp:
- 05/21/2018 01:00:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/settings/general.php
r12082 r12104 22 22 23 23 <label for="pwd"><?php _e( 'Current Password <span>(required to update email or change current password)</span>', 'buddypress' ); ?></label> 24 <input type="password" name="pwd" id="pwd" size="16" value="" class="settings-input small" <?php bp_form_field_attributes( 'password' ); ?>/> <a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php _e( 'Lost your password?', 'buddypress' ); ?></a>24 <input type="password" name="pwd" id="pwd" size="16" value="" class="settings-input small" <?php bp_form_field_attributes( 'password' ); ?>/> <a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php esc_html_e( 'Lost your password?', 'buddypress' ); ?></a> 25 25 26 26 <?php endif; ?> … … 31 31 <div class="info bp-feedback"> 32 32 <span class="bp-icon" aria-hidden="true"></span> 33 <p class="text"><?php _e( 'Leave password fields blank for no change', 'buddypress' ); ?></p>33 <p class="text"><?php esc_html_e( 'Leave password fields blank for no change', 'buddypress' ); ?></p> 34 34 </div> 35 35 36 <label for="pass1"><?php _e( 'Add Your New Password', 'buddypress' ); ?></label>36 <label for="pass1"><?php esc_html_e( 'Add Your New Password', 'buddypress' ); ?></label> 37 37 <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small password-entry" <?php bp_form_field_attributes( 'password' ); ?>/> 38 38 39 <label for="pass2" class="repeated-pwd"><?php _e( 'Repeat Your New Password', 'buddypress' ); ?></label>39 <label for="pass2" class="repeated-pwd"><?php esc_html_e( 'Repeat Your New Password', 'buddypress' ); ?></label> 40 40 <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/> 41 41
Note: See TracChangeset
for help on using the changeset viewer.