Skip to:
Content

BuddyPress.org

Changeset 8656


Ignore:
Timestamp:
07/21/2014 12:11:04 PM (10 years ago)
Author:
djpaul
Message:

xProfile: remove accidental tabs in the BP_XProfile_Field_Type_Textarea edit form template.

Fixes #5771 (trunk), props needle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-classes.php

    r8652 r8656  
    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
Note: See TracChangeset for help on using the changeset viewer.