# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: \templates\default\bbpress
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 80 | 80 | |
| 81 | 81 | <div> |
| 82 | 82 | <label for="description"><?php _e( 'Biographical Info', 'bbpress' ); ?></label> |
| 83 | | <textarea name="description" id="description" rows="5" cols="30" tabindex="<?php bbp_tab_index(); ?>"><?php echo esc_attr( bbp_get_displayed_user_field( 'description' ) ); ?></textarea> |
| 84 | | No newline at end of file |
| | 83 | <textarea name="description" id="description" rows="5" cols="30" tabindex="<?php bbp_tab_index(); ?>"><?php echo esc_textarea( bbp_get_displayed_user_field( 'description' ) ); ?></textarea> |
| | 84 | No newline at end of file |
| 85 | 85 | </div> |
| 86 | 86 | |