- Timestamp:
- 05/30/2016 06:25:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/settings/general.php
r10181 r10827 25 25 <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small password-entry" <?php bp_form_field_attributes( 'password' ); ?>/> <?php _e( 'New Password', 'buddypress' ); ?><br /> 26 26 <div id="pass-strength-result"></div> 27 <label for="pass2" class="bp-screen-reader-text"><?php _e( 'Repeat New Password', 'buddypress' ); ?></label> 27 <label for="pass2" class="bp-screen-reader-text"><?php 28 /* translators: accessibility text */ 29 _e( 'Repeat New Password', 'buddypress' ); 30 ?></label> 28 31 <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/> <?php _e( 'Repeat New Password', 'buddypress' ); ?> 29 32
Note: See TracChangeset
for help on using the changeset viewer.