Skip to:
Content

BuddyPress.org

Ticket #2359: patch-2359.patch

File patch-2359.patch, 785 bytes (added by DJPaul, 16 years ago)

patch

  • bp-forums/bp-forums-filters.php

     
    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 );
    1010
     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' );
     14
    1115add_filter( 'bp_get_the_topic_title', 'wptexturize' );
    1216add_filter( 'bp_get_the_topic_poster_name', 'wptexturize' );
    1317add_filter( 'bp_get_the_topic_last_poster_name', 'wptexturize' );