Changeset 5035
- Timestamp:
- 07/16/2013 07:20:16 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/templates/default/bbpress/form-user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/form-user-edit.php
r5034 r5035 63 63 <div> 64 64 <label for="<?php echo esc_attr( $name ); ?>"><?php echo apply_filters( 'user_' . $name . '_label', $desc ); ?></label> 65 <input type="text" name="<?php echo esc_attr( $name ); ?>" id="<?php echo esc_attr( $name ); ?>" value="<?php bbp_displayed_user_field( $name ); ?>" class="regular-text" tabindex="<?php bbp_tab_index(); ?>" />65 <input type="text" name="<?php echo esc_attr( $name ); ?>" id="<?php echo esc_attr( $name ); ?>" value="<?php bbp_displayed_user_field( $name, 'edit' ); ?>" class="regular-text" tabindex="<?php bbp_tab_index(); ?>" /> 66 66 </div> 67 67
Note: See TracChangeset
for help on using the changeset viewer.