Changeset 2019 for trunk/bp-forums/bp-forums-filters.php
- Timestamp:
- 09/30/2009 06:43:03 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-filters.php
r1905 r2019 6 6 7 7 add_filter( 'bp_get_the_topic_title', 'wp_filter_kses', 1 ); 8 add_filter( 'bp_get_the_topic_latest_post_excerpt', 'wp_filter_kses', 1 ); 8 9 add_filter( 'bp_get_the_topic_post_content', 'wp_filter_kses', 1 ); 10 9 11 add_filter( 'bp_get_the_topic_title', 'attribute_escape' ); 10 12 add_filter( 'bp_get_the_topic_post_content', 'attribute_escape' );
Note: See TracChangeset
for help on using the changeset viewer.