Skip to:
Content

BuddyPress.org

Changeset 2659


Ignore:
Timestamp:
02/10/2010 10:12:16 PM (15 years ago)
Author:
apeatling
Message:

Switching strip_tags for filter_kses on forum titles.

File:
1 edited

Legend:

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

    r2658 r2659  
    55add_filter( 'bp_forums_bbconfig_location', 'attribute_escape', 1 );
    66
    7 add_filter( 'bp_get_the_topic_title', 'bp_forums_filter_kses', 1 );
     7add_filter( 'bp_get_the_topic_title', 'wp_filter_kses', 1 );
    88add_filter( 'bp_get_the_topic_latest_post_excerpt', 'bp_forums_filter_kses', 1 );
    99add_filter( 'bp_get_the_topic_post_content', 'bp_forums_filter_kses', 1 );
     
    3535add_filter( 'bp_get_forum_topic_count', 'bp_core_number_format' );
    3636
    37 add_filter( 'bp_get_the_topic_title', 'strip_tags' );
    3837
    3938function bp_forums_filter_kses( $content ) {
Note: See TracChangeset for help on using the changeset viewer.