@since: bbPress (r2740)
Description
bbp_update_topic_reply_count_hidden()

Adjust the total hidden reply count of a topic (hidden includes trashed and spammed replies)

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

bbp_reply_edit_link()

Output the edit link of the reply

Source: bp-forums/replies/template.php:1950

bbp_get_reply_edit_link()

Return the edit link of the reply

Source: bp-forums/replies/template.php:1973

bbp_reply_trash_link()

Output the trash link of the reply

Source: bp-forums/replies/template.php:2077

bbp_get_reply_trash_link()

Return the trash link of the reply

Source: bp-forums/replies/template.php:2108

bbp_reply_spam_link()

Output the spam link of the reply

Source: bp-forums/replies/template.php:2189

bbp_get_reply_spam_link()

Return the spam link of the reply

Source: bp-forums/replies/template.php:2217

bbp_is_reply_spam()

Is the reply marked as spam?

Source: bp-forums/replies/template.php:954

bbp_unspam_reply()

Unspams a reply

Source: bp-forums/replies/functions.php:1755

bbp_toggle_reply_handler()

Handles the front end spamming/unspamming and trashing/untrashing/deleting of replies

Source: bp-forums/replies/functions.php:1572