/**
 * Output an excerpt from the latest post of the current topic in the loop.
 */
function bp_the_topic_latest_post_excerpt($args = '')
{
    echo bp_get_the_topic_latest_post_excerpt($args);
}
function bp_the_topic_latest_post_excerpt()
{
    echo bp_get_the_topic_latest_post_excerpt();
}