Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/30/2009 06:43:03 PM (16 years ago)
Author:
apeatling
Message:

Updated forum filters.

File:
1 edited

Legend:

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

    r1905 r2019  
    66
    77add_filter( 'bp_get_the_topic_title', 'wp_filter_kses', 1 );
     8add_filter( 'bp_get_the_topic_latest_post_excerpt', 'wp_filter_kses', 1 );
    89add_filter( 'bp_get_the_topic_post_content', 'wp_filter_kses', 1 );
     10
    911add_filter( 'bp_get_the_topic_title', 'attribute_escape' );
    1012add_filter( 'bp_get_the_topic_post_content', 'attribute_escape' );
Note: See TracChangeset for help on using the changeset viewer.