Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/23/2009 08:04:13 PM (18 years ago)
Author:
apeatling
Message:

Fixes #385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-templatetags.php

    r691 r911  
    239239       
    240240        $posts = bp_forums_get_posts( $forum_template->topic->topic_id );
    241         echo apply_filters( 'bp_the_topic_latest_post_excerpt', bp_create_excerpt( $posts[count($posts) - 1]['post_text'] ) );
     241        echo "test";
     242        echo apply_filters( 'bp_the_topic_latest_post_excerpt', bp_create_excerpt( $posts[count($posts) - 1]['post_text'] ), 55, false );
    242243}
    243244
Note: See TracChangeset for help on using the changeset viewer.