Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/22/2010 04:58:16 PM (15 years ago)
Author:
apeatling
Message:

Fixing issue where a blog without a tagline would not show up in the front end blog list.

File:
1 edited

Legend:

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

    r2764 r2769  
    2929add_filter( 'bp_get_the_topic_title', 'stripslashes_deep' );
    3030add_filter( 'bp_get_the_topic_latest_post_excerpt', 'stripslashes_deep' );
     31add_filter( 'bp_get_the_topic_poster_name', 'stripslashes_deep' );
     32add_filter( 'bp_get_the_topic_last_poster_name', 'stripslashes_deep' );
    3133
    3234add_filter( 'bp_get_the_topic_post_content', 'make_clickable' );
Note: See TracChangeset for help on using the changeset viewer.