Changeset 5793 for trunk/src/includes/common/widgets.php
- Timestamp:
- 05/24/2015 12:08:56 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/widgets.php
r5770 r5793 96 96 <div class="bbp-password"> 97 97 <label for="user_pass"><?php _e( 'Password', 'bbpress' ); ?>: </label> 98 <input type="password" name="pwd" value="<?php bbp_sanitize_val( 'user_pass', 'password' ); ?>" size="20" id="user_pass" />98 <input type="password" name="pwd" value="<?php bbp_sanitize_val( 'user_pass', 'password' ); ?>" size="20" id="user_pass" autocomplete="off" /> 99 99 </div> 100 100
Note: See TracChangeset
for help on using the changeset viewer.