Changeset 2658
- Timestamp:
- 02/10/2010 09:31:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-filters.php
r2375 r2658 35 35 add_filter( 'bp_get_forum_topic_count', 'bp_core_number_format' ); 36 36 37 add_filter( 'bp_get_the_topic_title', 'strip_tags' ); 38 37 39 function bp_forums_filter_kses( $content ) { 38 40 global $allowedtags;
Note: See TracChangeset
for help on using the changeset viewer.