Skip to:
Content

BuddyPress.org

Changeset 2658


Ignore:
Timestamp:
02/10/2010 09:31:32 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1902

File:
1 edited

Legend:

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

    r2375 r2658  
    3535add_filter( 'bp_get_forum_topic_count', 'bp_core_number_format' );
    3636
     37add_filter( 'bp_get_the_topic_title', 'strip_tags' );
     38
    3739function bp_forums_filter_kses( $content ) {
    3840    global $allowedtags;
Note: See TracChangeset for help on using the changeset viewer.