Skip to:
Content

bbPress.org

Ticket #1999: form-user-edit.patch

File form-user-edit.patch, 1017 bytes (added by alex-ye, 13 years ago)
  • form-user-edit.php

    # 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.
     
    8080
    8181                <div>
    8282                        <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
    8585                </div>
    8686