Skip to:
Content

BuddyPress.org

Ticket #5771: 5771.patch

File 5771.patch, 589 bytes (added by needle, 10 years ago)
  • bp-xprofile/bp-xprofile-classes.php

     
    23962396
    23972397                <?php do_action( bp_get_the_profile_field_errors_action() ); ?>
    23982398
    2399                 <textarea <?php echo $this->get_edit_field_html_elements( $r ); ?>>
    2400                         <?php bp_the_profile_field_edit_value(); ?>
    2401                 </textarea>
     2399                <textarea <?php echo $this->get_edit_field_html_elements( $r ); ?>><?php bp_the_profile_field_edit_value(); ?></textarea>
    24022400
    24032401                <?php
    24042402        }