Skip to:
Content

BuddyPress.org

Changeset 3072


Ignore:
Timestamp:
06/27/2010 01:00:13 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2459 props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-forums/bp-forums-filters.php

    r2980 r3072  
    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' );
Note: See TracChangeset for help on using the changeset viewer.