Skip to:
Content

BuddyPress.org

Ticket #2459: 2459.001.diff

File 2459.001.diff, 583 bytes (added by cnorris23, 16 years ago)
  • bp-forums/bp-forums-filters.php

     
    3434add_filter( 'bp_get_the_topic_latest_post_excerpt', 'stripslashes_deep' );
    3535add_filter( 'bp_get_the_topic_poster_name', 'stripslashes_deep' );
    3636add_filter( 'bp_get_the_topic_last_poster_name', 'stripslashes_deep' );
     37add_filter( 'bp_get_the_topic_object_name', 'stripslashes_deep' );
    3738
    3839add_filter( 'bp_get_the_topic_post_content', 'make_clickable' );
    3940