- Timestamp:
- 02/18/2021 05:35:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-user-passwords.php
r6558 r7190 13 13 // Filters the display of the password fields 14 14 if ( apply_filters( 'show_password_fields', true, bbpress()->displayed_user ) ) : ?> 15 16 <script type="text/javascript"> 17 document.body.className = document.body.className.replace( 'no-js', 'js' ); 18 </script> 15 19 16 20 <div id="password" class="user-pass1-wrap"> … … 45 49 <div class="pw-weak"> 46 50 <label for="pw_weak"><?php esc_html_e( 'Confirm', 'bbpress' ); ?></label> 47 <input type="checkbox" name="pw_weak" class="pw-checkbox checkbox" />51 <input type="checkbox" name="pw_weak" id="pw_weak" class="pw-checkbox checkbox" /> 48 52 <p class="description indicator-hint"><?php echo wp_get_password_hint(); ?></p> 49 53 </div>
Note: See TracChangeset
for help on using the changeset viewer.