Skip to:
Content

BuddyPress.org

Changeset 2911


Ignore:
Timestamp:
04/09/2010 06:12:42 PM (15 years ago)
Author:
mrmaz
Message:

refs #2283, fixed output but needs a deeper look

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-templatetags.php

    r2842 r2911  
    391391                        $selected = '';
    392392
    393                     $html .= apply_filters( 'bp_get_the_profile_field_options_select', '<option' . $selected . ' value="' . attribute_escape( $options[$k]->name ) . '">' . attribute_escape( $options[$k]->name ) . '</option>', $options[$k] );
     393                    $html .= apply_filters( 'bp_get_the_profile_field_options_select', '<option' . $selected . ' value="' . attribute_escape( stripslashes( $options[$k]->name ) ) . '">' . attribute_escape( stripslashes( $options[$k]->name ) ) . '</option>', $options[$k] );
    394394                }
    395395                break;
Note: See TracChangeset for help on using the changeset viewer.