Skip to:
Content

BuddyPress.org

Changeset 2298 for trunk/bp-xprofile.php


Ignore:
Timestamp:
01/14/2010 11:09:50 PM (17 years ago)
Author:
apeatling
Message:

Removing incorrect the_content filter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r2290 r2298  
    10061006        } else {
    10071007                $content = $field_value;
    1008                 $content = apply_filters('the_content', $content);
    10091008                $field_value = str_replace(']]>', ']]>', $content);
    10101009        }
    10111010
    1012         return stripslashes( stripslashes( $field_value ) );
     1011        return stripslashes_deep( $field_value );
    10131012}
    10141013
Note: See TracChangeset for help on using the changeset viewer.