Skip to:
Content

BuddyPress.org

Changeset 2980


Ignore:
Timestamp:
05/03/2010 05:18:51 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2359 props paulgibbs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-forums/bp-forums-filters.php

    r2769 r2980  
    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 );
     10
     11add_filter( 'bp_get_the_topic_title', 'force_balance_tags' );
     12add_filter( 'bp_get_the_topic_latest_post_excerpt', 'force_balance_tags' );
     13add_filter( 'bp_get_the_topic_post_content', 'force_balance_tags' );
    1014
    1115add_filter( 'bp_get_the_topic_title', 'wptexturize' );
Note: See TracChangeset for help on using the changeset viewer.