@since: bbPress (r2625)
Description
bbp_topic_freshness_link()

Output link to the most recent activity inside a topic, complete with link attributes and content.

Source: bp-forums/topics/template.php:2106

bbp_get_topic_freshness_link()

Returns link to the most recent activity inside a topic, complete with link attributes and content.

Source: bp-forums/topics/template.php:2124

bbp_topic_last_reply_id()

Output the id of the topics last reply

Source: bp-forums/topics/template.php:1979

bbp_get_topic_last_reply_id()

Return the topics last update date/time (aka freshness)

Source: bp-forums/topics/template.php:1994

bbp_topic_last_active_time()

Output the topics last update date/time (aka freshness)

Source: bp-forums/topics/template.php:1832

bbp_get_topic_last_active_time()

Return the topics last update date/time (aka freshness)

Source: bp-forums/topics/template.php:1851

bbp_update_topic_last_reply_id()

Update the topic with the most recent reply ID

Source: bp-forums/topics/functions.php:2669

bbp_forum_last_reply_author_link()

Output link to author of last reply of forum

Source: bp-forums/forums/template.php:1321

bbp_get_forum_last_reply_author_link()

Return link to author of last reply of forum

Source: bp-forums/forums/template.php:1339

bbp_forum_last_reply_author_id()

Output author ID of last reply of forum

Source: bp-forums/forums/template.php:1289