Skip to:
Content

BuddyPress.org

Changeset 810


Ignore:
Timestamp:
12/29/2008 06:15:36 PM (17 years ago)
Author:
apeatling
Message:

Adding wp_filter_kses() to forum post content output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-filters.php

    r641 r810  
    3939    $content = str_replace( '[', '<', $content );
    4040    $content = str_replace( ']', '>', $content );
     41    $content = wp_filter_kses( $content );
    4142   
    4243    return $content;
Note: See TracChangeset for help on using the changeset viewer.