/**
 * Output the avatar for the user who last posted to the current topic in the loop.
 *
 * @see bp_get_the_topic_last_poster_avatar() for description of arguments.
 *
 * @param array $args See {@bp_get_the_topic_last_poster_avatar()}.
 */
function bp_the_topic_last_poster_avatar($args = '')
{
    echo bp_get_the_topic_last_poster_avatar($args);
}
function bp_the_topic_last_poster_avatar()
{
    echo bp_get_the_topic_last_poster_avatar();
}