コード例 #1
0
/**
 * 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);
}
コード例 #2
0
function bp_the_topic_latest_post_excerpt()
{
    echo bp_get_the_topic_latest_post_excerpt();
}