Ticket #5771: 5771.patch
File 5771.patch, 589 bytes (added by , 10 years ago) |
---|
-
bp-xprofile/bp-xprofile-classes.php
2396 2396 2397 2397 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 2398 2398 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> 2402 2400 2403 2401 <?php 2404 2402 }