Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/08/2011 12:25:15 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Ensure esc_html and force_balance_tags are called in the correct order when editing your profile. (1.2 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-xprofile/bp-xprofile-templatetags.php

    r3500 r4080  
    318318        $field->data->value = bp_unserialize_profile_field( $field->data->value );
    319319
    320         return apply_filters( 'bp_get_the_profile_field_edit_value', esc_html( $field->data->value ) );
     320        return apply_filters( 'bp_get_the_profile_field_edit_value', $field->data->value );
    321321    }
    322322
Note: See TracChangeset for help on using the changeset viewer.